EmailMessageSendAndSaveCopy(CancellationToken) - метод
Sends this e-mail message and saves a copy of it in the Sent Items 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.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public Task SendAndSaveCopy(
CancellationToken token = default
)
Public Function SendAndSaveCopy (
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ SendAndSaveCopy(
CancellationToken token = CancellationToken()
)
member SendAndSaveCopy :
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
- token CancellationToken (Optional)
-
Task