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
)
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
- Тип: SystemString
The attachment ids. - bodyType
- Тип: SystemNullableBodyType
Type of the body. - additionalProperties
- Тип: System.Collections.GenericIEnumerablePropertyDefinitionBase
The additional properties. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskServiceResponseCollectionGetAttachmentResponseService response collection.
См. также