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
)
Public Function GetAttachments (
attachments As Attachment(),
bodyType As BodyType?,
additionalProperties As IEnumerable(Of PropertyDefinitionBase),
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of GetAttachmentResponse))
public:
Task<ServiceResponseCollection<GetAttachmentResponse^>^>^ GetAttachments(
array<Attachment^>^ attachments,
Nullable<BodyType> bodyType,
IEnumerable<PropertyDefinitionBase^>^ additionalProperties,
CancellationToken token = CancellationToken()
)
member GetAttachments :
attachments : Attachment[] *
bodyType : Nullable<BodyType> *
additionalProperties : IEnumerable<PropertyDefinitionBase> *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<GetAttachmentResponse>>
Параметры
- attachments
- Тип: Tessa.Exchange.WebServices.DataAttachment
The attachments. - bodyType
- Тип: SystemNullableBodyType
Type of the body. - additionalProperties
- Тип: System.Collections.GenericIEnumerablePropertyDefinitionBase
The additional properties. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskServiceResponseCollectionGetAttachmentResponseService response collection.
См. также