public interface IMailTransferAgent
extends com.aspose.ms.System.IDisposable
Provides the base interface for mail transfer agents.
Modifier and Type | Method and Description |
---|---|
void |
send(MailMessage message)
Send an Email message.
|
void send(MailMessage message)
Send an Email message.
message
- The Email message.