ConversationSetReadStateForItemsInConversation(FolderId, Boolean) - метод
Sets the read state of items in the specified conversation. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public Task SetReadStateForItemsInConversation(
FolderId contextFolderId,
bool isRead
)
Public Function SetReadStateForItemsInConversation (
contextFolderId As FolderId,
isRead As Boolean
) As Task
public:
Task^ SetReadStateForItemsInConversation(
FolderId^ contextFolderId,
bool isRead
)
member SetReadStateForItemsInConversation :
contextFolderId : FolderId *
isRead : bool -> Task
- contextFolderId FolderId
- The Id of the folder items must belong to in order for their read state to
be set. If contextFolderId is null, the read states of items across the entire mailbox are set.
- isRead Boolean
- if set to true, conversation items are marked as read; otherwise they are
marked as unread.
Task