Results 1 to 5 of 5
  • Thread Tools
  1. 3 Star Lounger
    Join Date
    Jan 2001
    Location
    Flims, Switzerland
    Posts
    271
    Thanks
    0
    Thanked 0 Times in 0 Posts

    setting 'replied to' status (XP SP2)

    Does anyone know if there is a way to set the 'replied to' status on a message (so it shows the little purple arrow on the mail icon)?

    Sometimes I have to reply to mails using web based mail in a remote location, but when i return to my home PC I want to mark these mails as 'replied to' so they appear just like mails I have replied to using Outlook on my home PC.

    Many thanks,

  2. Platinum Lounger
    Join Date
    Nov 2001
    Location
    Vienna, Wien, Austria
    Posts
    5,009
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: setting 'replied to' status (XP SP2)

    AFAIK the way that Outlook - by design - expects you to deal with such things is by use of the Follow Up Flag feature. This, of course, is far more labour-intensive. One of our habitual Outlook coders may be able to come up with some VBA code for you to automate moving to such a set-up.

    Alternatively, it may be possible to reset the status using VBA code but I have not yet checked whether the Object Model available for coding permits that.
    Grüße

  3. Super Moderator jscher2000's Avatar
    Join Date
    Feb 2001
    Location
    Silicon Valley, USA
    Posts
    23,112
    Thanks
    5
    Thanked 93 Times in 89 Posts

    Re: setting 'replied to' status (XP SP2)

    The regular Outlook Object Model that you can tweak with VBA doesn't provide access to those annotations. But there is a mysterious world of Extended MAPI programming that probably has the answer for you. Of course, the question then becomes, is it important enough to dive into those deep waters?

  4. Super Moderator
    Join Date
    Dec 2000
    Location
    Salt Lake City, Utah, USA
    Posts
    9,507
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Re: setting 'replied to' status (XP SP2)

    See <!post=this,309516>this<!/post> related thread on a similar Property and especially HansV's post for how to get to those types of Properties.
    -John ... I float in liquid gardens
    [acronym title="Gday mate!"][/acronym] [acronym title="What up Dude?"][/acronym] UTC -7±DS

  5. 3 Star Lounger
    Join Date
    Jan 2001
    Location
    Flims, Switzerland
    Posts
    271
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: setting 'replied to' status (XP SP2)

    Wow, it looks like I have to get my fingers deep into a very messy VBA pie in order to do this. I think I might just use the flags instead! Thanks for your responses guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •