Send the E-Mail message using the specified account
| C# | Visual Basic |
public void Send( EmailAccount account )
Public Sub Send ( _ account As EmailAccount _ )
- account (EmailAccount)
- Email Account to send the message through.
The message will be ready to be sent the next time the device sends messages.
Depending on the account configuration, the message might not be sent immediately.