ExchangeService.GetAttachments(Attachment[], Nullable<BodyType>, IEnumerable<PropertyDefinitionBase>, CancellationToken) - метод
Gets attachments.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
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
-> Task<ServiceResponseCollection<GetAttachmentResponse>>
- attachments Attachment[]
- The attachments.
- bodyType Nullable<BodyType>
- Type of the body.
- additionalProperties IEnumerable<PropertyDefinitionBase>
- The additional properties.
- token CancellationToken (Optional)
-
Task<ServiceResponseCollection<GetAttachmentResponse>>Service response collection.