how can I retrieve the flagicon information on marked postitem

C

Cengiz®

Hello everyone,

I need to retrieve flagicon information in a folder which is in the Public
Folders.

In that folder, I have two kind of messages mailitem (class 43) and postitem
(class 45)
There is no problem to retrieve flagicon property for mailitem object but it
doesn't work for postitem object (ofcourse not working cause there is no
property as flagicon for postitem object)

But I can set the flag manually on posted item in Outlook. :eek:) Funny isn't
it?

and I need to retrieve that information programmatically. So basically my
question is "how can I retrieve the flagicon information on marked postitem".

Thanks for your time and attention...

Cheers.
 
P

Peter Huang [MSFT]

Hi

FlagIcon is a new property from outlook 2003, so far it only applied to the
two items below via the OM.
MailItem, MeetingItem
New Properties (Alphabetical List) [Outlook 2003 VBA Language Reference]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaol11/htm
l/olmscNewPropsAlpha_HV01121146.asp

If you have any concern, I think you may try submit a feedback in the link
below.
http://office.microsoft.com/en-us/suggestions.aspx?Sitename=0&Type=2

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
C

Cengiz®

I really don't understand that why Microsoft did not provide it for postitem.
anyway, thanks for your reply.

Cheers.
 
P

Peter Huang [MSFT]

Hi

Based on my knowledge, in business environment, the mainly item need to be
followed up and flaged is MailItem and MeetingItem and it is a new property
so it may just a starter.
Also you may try to send your feedback in the link I post before. So that
team will consider your feedback.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
C

Cengiz®

I did. Hopefully they will add that property for postitem soon.
Thx again for your time and attention.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top