ExchangeService.GetAttachments(String[], Nullable<BodyType>, IEnumerable<PropertyDefinitionBase>, CancellationToken) - метод

Gets attachments.

Definition

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

Параметры

attachmentIds  String[]
The attachment ids.
bodyType  Nullable<BodyType>
Type of the body.
additionalProperties  IEnumerable<PropertyDefinitionBase>
The additional properties.
token  CancellationToken  (Optional)
 

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

Task<ServiceResponseCollection<GetAttachmentResponse>>
Service response collection.

См. также