ExchangeServiceGetAttachments(String, NullableBodyType, IEnumerablePropertyDefinitionBase, CancellationToken) - метод
Gets attachments.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ServiceResponseCollection<GetAttachmentResponse>> GetAttachments(
string[] attachmentIds,
BodyType? bodyType,
IEnumerable<PropertyDefinitionBase> additionalProperties,
CancellationToken token = default
)
Public Function GetAttachments (
attachmentIds As String(),
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<String^>^ attachmentIds,
Nullable<BodyType> bodyType,
IEnumerable<PropertyDefinitionBase^>^ additionalProperties,
CancellationToken token = CancellationToken()
)
member GetAttachments :
attachmentIds : string[] *
bodyType : Nullable<BodyType> *
additionalProperties : IEnumerable<PropertyDefinitionBase> *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<GetAttachmentResponse>>
- attachmentIds String
- The attachment ids.
- bodyType NullableBodyType
- Type of the body.
- additionalProperties IEnumerablePropertyDefinitionBase
- The additional properties.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionGetAttachmentResponseService response collection.