|
-
Oct 27th, 2005, 08:28 AM
#1
Thread Starter
Addicted Member
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...
-
Oct 27th, 2005, 08:44 AM
#2
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Oct 27th, 2005, 08:47 AM
#3
Re: flag email message
Moved to Office Development.
-
Oct 27th, 2005, 08:48 AM
#4
Re: flag email message
here is what I see in OTL2000
there is nothing about color choices..
VB Code:
msg.FlagRequest = "TEXT HERE FOR FLAG NOTE"
msg.FlagDueBy = #12/25/2005# 'Due Date
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"
-
Oct 27th, 2005, 09:06 AM
#5
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|