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) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public Task SetRetentionPolicyForItemsInConversation(
FolderId contextFolderId,
RetentionType retentionPolicyType,
Guid? retentionPolicyTagId
)
Public Function SetRetentionPolicyForItemsInConversation (
contextFolderId As FolderId,
retentionPolicyType As RetentionType,
retentionPolicyTagId As Guid?
) As Task
public:
Task^ SetRetentionPolicyForItemsInConversation(
FolderId^ contextFolderId,
RetentionType retentionPolicyType,
Nullable<Guid> retentionPolicyTagId
)
member SetRetentionPolicyForItemsInConversation :
contextFolderId : FolderId *
retentionPolicyType : RetentionType *
retentionPolicyTagId : Nullable<Guid> -> Task
- contextFolderId FolderId
- 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 RetentionType
- Retention policy type.
- retentionPolicyTagId NullableGuid
- Retention policy tag id. Null will clear the policy.
Task