ExchangeServiceGetAttachments(String, 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(
	string[] attachmentIds,
	BodyType? bodyType,
	IEnumerable<PropertyDefinitionBase> additionalProperties,
	CancellationToken token = default
)

Параметры

attachmentIds  String
The attachment ids.
bodyType  NullableBodyType
Type of the body.
additionalProperties  IEnumerablePropertyDefinitionBase
The additional properties.
token  CancellationToken  (Optional)
 

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

TaskServiceResponseCollectionGetAttachmentResponse
Service response collection.

См. также