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