Для изменения размера нажмите или перетащите

ConversationSetRetentionPolicyForItemsInConversation - метод

Sets the retention policy of items in the specified conversation. Calling this method results in a call to EWS.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task SetRetentionPolicyForItemsInConversation(
	FolderId contextFolderId,
	RetentionType retentionPolicyType,
	Guid? retentionPolicyTagId
)

Параметры

contextFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder items must belong to in order for their retention policy to be set. If contextFolderId is null, the retention policy of items across the entire mailbox are set.
retentionPolicyType
Тип: Tessa.Exchange.WebServices.DataRetentionType
Retention policy type.
retentionPolicyTagId
Тип: SystemNullableGuid
Retention policy tag id. Null will clear the policy.

Возвращаемое значение

Тип: Task
См. также