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