Create Contact in to the Exchange sever

How can i create contact into the exchange sever in a manually created contact type folder using EWSCLIENT??

How can i create contact into the exchange server in a user defined contact type folder using EWSCLIENT?

@alibardisk,

This is not possible at the moment. We have logged this as new feature request with id: EMAILNET-39070 for further consideration at our end and will update you here once some information is available in this regard.

The issues you have found earlier (filed as EMAILNET-39070) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by muhammadahmad

How can i set read unread status in a mapimessage?

@alibardisk,

You may use the code snippet given below to set the unread status of MapiMessage.

mapiMessage.SetMessageFlags(~MapiMessageFlags.MSGFLAG_READ);

We hope that this answered your question. Please feel free to reach us if additional information is required.

but when i use this code then mail icon hasbeen changed.

@alibardisk,

Please provide the sample code and sample file (if applicable), so that we can reproduce the issue and assist you further.