ItemAttachmentLoad(CancellationToken, PropertyDefinitionBase) - метод |
Loads this attachment.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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 (Optional)
- Тип: System.ThreadingCancellationToken
- additionalProperties
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The optional additional properties to load.
Возвращаемое значение
Тип:
TaskServiceResponseCollectionGetAttachmentResponseСм. также