AttachmentLoad - метод
Loads the attachment. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ServiceResponseCollection<GetAttachmentResponse>> Load(
CancellationToken token = default
)
Public Function Load (
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of GetAttachmentResponse))
public:
Task<ServiceResponseCollection<GetAttachmentResponse^>^>^ Load(
CancellationToken token = CancellationToken()
)
member Load :
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<GetAttachmentResponse>>
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionGetAttachmentResponse