ExchangeServiceGetAttachments(Attachment, NullableBodyType, IEnumerablePropertyDefinitionBase, CancellationToken) - метод

Gets attachments.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<GetAttachmentResponse>> GetAttachments(
	Attachment[] attachments,
	BodyType? bodyType,
	IEnumerable<PropertyDefinitionBase> additionalProperties,
	CancellationToken token = default
)

Параметры

attachments  Attachment
The attachments.
bodyType  NullableBodyType
Type of the body.
additionalProperties  IEnumerablePropertyDefinitionBase
The additional properties.
token  CancellationToken  (Optional)
 

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

TaskServiceResponseCollectionGetAttachmentResponse
Service response collection.

См. также