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.5.0.19
Синтаксис public Task Load(
Stream stream
)
Public Function Load (
stream As Stream
) As Task
public:
Task^ Load(
Stream^ stream
)
member Load :
stream : Stream -> Task
Параметры
- stream
- Тип: System.IOStream
The stream to load the content of the attachment into.
Возвращаемое значение
Тип:
TaskСм. также