Need Mapi call to recognize Exchange folder such as "Drafts", "Notes", "Calendar", or "Junk E-mail"
Date: 31 May 2005 09:13:46 -0700
Hi,
I am looking for some MAPI call to recognize the Exchange folder such
as "Drafts", "Notes", "Calendar", or "Junk E-mail". There are some
MAPI call to recognize "inbox" or "sent" folder, but not for all other
folder such as "Drafts", "Notes", "Calendar", or "Junk E-mail".
There is a call in CDO library (For ex.GetFolder(folderID [, storeID])
which returns a Folder object from a MAPI message store, but I need
similar kind of call in MAPI. When I got the folder information from
call, I would like to know that it is a "Drafts" or "Notes" folder
without comapring the string.
Is there any other way to get this kind of information?
Any help would be appreciated.
Thanks...
Relevant Pages
- Re: Enumerate Outlook items in mailbox using MAPI
... all items in a folder from the folder object but I cannot seem to get ... I have 627 items in the mailbox - 22 return an error with MAPI. ... Dim rsMAPI as DAO.Recordset ... Dim lngOK As Long ... (microsoft.public.outlook.program_vba) - Re: Enumerate Outlook items in mailbox using MAPI
... I'd rather use a MAPI table to retrieve the PR_MESSAGE_SIZE property for all ... should do the job for any given folder. ... dim Columns ... OutlookSpy - Outlook, CDO ... (microsoft.public.outlook.program_vba) - Re: MAPI Store Provider - Sort Order Persistence
... What does Outlook request in QueryRows? ... and MAPI Developer Tool ... is called on the folder, GetProps is called several time for the ... "Dmitry Streblechenko" wrote: ... (microsoft.public.win32.programmer.messaging) - Re: Move Item from Inbox to Draft or some temp folder, Change Status
... FollowupFlags and MessageFlags are two different properties i suggest getting hold of a Mapi editor like Outlookspy or MFCmapi and you can view all the Mapi properties yourself this is great tool for doing development. ... Your link and code was helpful in finding a user defined folder and not only distinguished folders, did not test yet to see how it works and if so. ... You may also need to set the text that's associated with the flagusing thehttp://schemas.microsoft.com/mapi/id//8530001E named property.>> There is a lot more information in the Exchange SDK on ... (microsoft.public.exchange.development) - Re: MAPI--> IMAPIProp::GetProps() problem at user-defined property on folder
... OutlookSpy - Outlook, CDO ... and MAPI Developer Tool ... lower than reading the same property on the folder, ... I can use WebDAV to get/set this MAPI property without any problem. ... (microsoft.public.win32.programmer.messaging) |
|