FileAttachmentLoad(String) - метод |
Loads the content of the file attachment into the specified file. 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(
string fileName
)
Public Function Load (
fileName As String
) As Task
public:
Task^ Load(
String^ fileName
)
member Load :
fileName : string -> Task
Параметры
- fileName
- Тип: SystemString
The name of the file to load the content of the attachment into. If the file already exists, it is overwritten.
Возвращаемое значение
Тип:
TaskСм. также