FileAttachmentLoad(Stream) - метод
Loads the content of the file attachment into the specified stream. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task Load(
Stream stream
)
Public Function Load (
stream As Stream
) As Task
public:
Task^ Load(
Stream^ stream
)
member Load :
stream : Stream -> Task
- stream Stream
- The stream to load the content of the attachment into.
Task