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

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

Gets attachments.

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

Параметры

attachmentIds
Тип: SystemString
The attachment ids.
bodyType
Тип: SystemNullableBodyType
Type of the body.
additionalProperties
Тип: System.Collections.GenericIEnumerablePropertyDefinitionBase
The additional properties.
token (Optional)
Тип: System.ThreadingCancellationToken

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

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