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.6.0.22
public Task Load(
string fileName
)
Public Function Load (
fileName As String
) As Task
public:
Task^ Load(
String^ fileName
)
member Load :
fileName : string -> Task
- fileName String
- The name of the file to load the content of the attachment into. If the file already exists, it is overwritten.
Task