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

ItemAttachmentLoad(BodyType, IEnumerablePropertyDefinitionBase, CancellationToken) - метод

Loads this attachment.

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

Параметры

bodyType
Тип: Tessa.Exchange.WebServices.DataBodyType
The body type to load.
additionalProperties
Тип: System.Collections.GenericIEnumerablePropertyDefinitionBase
The optional additional properties to load.
token (Optional)
Тип: System.ThreadingCancellationToken

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

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