public interface IMailTransferAgent
extends com.aspose.ms.System.IDisposable
Provides the base interface for mail transfer agents.
Modifier and Type | Method and Description |
---|---|
IMailTransferAgent |
deepClone()
Creates a copy of the current instance.
|
void |
send(MailMessage message)
Send an Email message.
|
void send(MailMessage message)
Send an Email message.
The
- Email message. MailMessage
object.IMailTransferAgent deepClone()
Creates a copy of the current instance.
IMailTransferAgent
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.