Custom Fields Forms MAPI to IMAP4

Hi,

we have to access to a Exchange 2000 Public Folder or Exchange 2000 Mailbox, with protocol IMAP4, but the messages were created from OUTLOOK (MAPI) and have custom fields. When we retrieve the messages with Client IMAP4 (ImapClinet.ListMessages, Imapclient.Save) , this fields are not either in the headers as the message.

could someone help us?,


thanks for all,

Hi,

Thanks for considering Aspose.

Could you please post a sample msg file (with custom fields) here for our review?

Please also have a look at http://www.aspose.com/documentation/.net-components/aspose.network-for-.net/accessing-outlook-mapi-property.html to access MAPI properties.

You can save messages in msg format by first fetching the message and then saving as msg format.

MailMessage msg = imapClient.FetchMessage(sequenceNumber);
msg.Save(“test.msg”, MailMessageSaveType.OutlookMessageFormat);

The issues you have found earlier (filed as 13693) have been fixed in [this update](http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/entry220477.aspx).

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(3)