Results 1 to 5 of 5

Thread: flag email message

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2005
    Posts
    151

    flag email message

    I am trying to flag a message from perticular user.

    Code:
    myitem.flagicon=---' i can have any color here.
    This property only exists in outlook 2003.
    What should i do so that code work on outlook 2000.

    Thanks...

  2. #2
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: flag email message

    is myitem as MailItem?
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: flag email message

    Moved to Office Development.

  4. #4
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: flag email message

    here is what I see in OTL2000

    there is nothing about color choices..
    VB Code:
    1. msg.FlagRequest = "TEXT HERE FOR FLAG NOTE"
    2. msg.FlagDueBy = #12/25/2005# 'Due Date
    3. msg.FlagStatus = olFlagMarked 'Marked , Complete, NoFlag
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Sep 2005
    Posts
    151

    Re: flag email message

    Code:
    msg.FlagStatus = olFlagMarked
    It's perfectly working

    Thanks...

Posting Permissions

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



Click Here to Expand Forum to Full Width