ConversationDeleteItems - метод
Deletes items in the specified conversation.
Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task DeleteItems(
FolderId contextFolderId,
DeleteMode deleteMode
)
Public Function DeleteItems (
contextFolderId As FolderId,
deleteMode As DeleteMode
) As Task
public:
Task^ DeleteItems(
FolderId^ contextFolderId,
DeleteMode deleteMode
)
member DeleteItems :
contextFolderId : FolderId *
deleteMode : DeleteMode -> Task
- contextFolderId FolderId
- The Id of the folder items must belong to in order to be deleted. If contextFolderId is
null, items across the entire mailbox are deleted.
- deleteMode DeleteMode
- The deletion mode.
Task