Для изменения размера нажмите или перетащите

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

Gets attachments.

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

Параметры

attachments
Тип: Tessa.Exchange.WebServices.DataAttachment
The attachments.
bodyType
Тип: SystemNullableBodyType
Type of the body.
additionalProperties
Тип: System.Collections.GenericIEnumerablePropertyDefinitionBase
The additional properties.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskServiceResponseCollectionGetAttachmentResponse
Service response collection.
См. также