ItemAttachmentLoad(BodyType, IEnumerablePropertyDefinitionBase, CancellationToken) - метод
Loads this attachment.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ServiceResponseCollection<GetAttachmentResponse>> Load(
BodyType bodyType,
IEnumerable<PropertyDefinitionBase> additionalProperties,
CancellationToken token = default
)
Public Function Load (
bodyType As BodyType,
additionalProperties As IEnumerable(Of PropertyDefinitionBase),
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of GetAttachmentResponse))
public:
Task<ServiceResponseCollection<GetAttachmentResponse^>^>^ Load(
BodyType bodyType,
IEnumerable<PropertyDefinitionBase^>^ additionalProperties,
CancellationToken token = CancellationToken()
)
member Load :
bodyType : BodyType *
additionalProperties : IEnumerable<PropertyDefinitionBase> *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<GetAttachmentResponse>>
- bodyType BodyType
- The body type to load.
- additionalProperties IEnumerablePropertyDefinitionBase
- The optional additional properties to load.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionGetAttachmentResponse