SendToTerminalAndEmailAsync Method
Sends to terminal and email.
Syntax
[VB.NET]
Public Function SendToTerminalAndEmailAsync() As Task
[C#]
public Task SendToTerminalAndEmailAsync();
Remarks
This method is the asynchronous version of the
SendToTerminalAndEmail method and is used to support asynchronous operations in WinRT. Please refer to
SendToTerminalAndEmail for more information.