EmailMessageSendAndSaveCopy(FolderId, CancellationToken) - метод
Sends this e-mail message and saves a copy of it in the specified folder. SendAndSaveCopy does not work if the
message has unsaved attachments. In that case, the message must first be saved and then sent. Calling this method
results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Task SendAndSaveCopy(
FolderId destinationFolderId,
CancellationToken token = default
)
Public Function SendAndSaveCopy (
destinationFolderId As FolderId,
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ SendAndSaveCopy(
FolderId^ destinationFolderId,
CancellationToken token = CancellationToken()
)
member SendAndSaveCopy :
destinationFolderId : FolderId *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
- destinationFolderId FolderId
- The Id of the folder in which to save the copy.
- token CancellationToken (Optional)
-
Task