ItemAttachment.Load(IEnumerable<PropertyDefinitionBase>, CancellationToken) - метод

Loads this attachment.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<ServiceResponseCollection<GetAttachmentResponse>> Load(
	IEnumerable<PropertyDefinitionBase> additionalProperties,
	CancellationToken token = default
)

Параметры

additionalProperties  IEnumerable<PropertyDefinitionBase>
The optional additional properties to load.
token  CancellationToken  (Optional)
 

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

Task<ServiceResponseCollection<GetAttachmentResponse>>

См. также