The IAsyncSmtpClient::ForwardAsync arguments. More...
Inherits Object.
Static Public Member Functions | |
| static System::SharedPtr< SmtpForward > | Create () |
| Creates the SmtpForward instacne. More... | |
Protected Member Functions | |
| virtual | ~SmtpForward () |
The IAsyncSmtpClient::ForwardAsync arguments.
|
protectedvirtual |
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::AddRecipient | ( | System::SharedPtr< MailAddress > | recipient | ) |
Add recipient of the forwarded message.
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::AddRecipient | ( | System::String | recipient | ) |
Add recipient of the forwarded message.
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::AddRecipients | ( | System::SharedPtr< MailAddressCollection > | recipients | ) |
Add recipients of the forwarded message.
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::AddRecipients | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | recipients | ) |
Add recipients of the forwarded message.
|
static |
Creates the SmtpForward instacne.
| System::SharedPtr<IConnection> Aspose::Email::Clients::Smtp::Models::SmtpForward::get_Connection | ( | ) | const |
| bool Aspose::Email::Clients::Smtp::Models::SmtpForward::get_IsMessageSet | ( | ) |
| System::SharedPtr<MailMessage> Aspose::Email::Clients::Smtp::Models::SmtpForward::get_Message | ( | ) | const |
| System::SharedPtr<MailAddressCollection> Aspose::Email::Clients::Smtp::Models::SmtpForward::get_Recipients | ( | ) | const |
| System::String Aspose::Email::Clients::Smtp::Models::SmtpForward::get_Sender | ( | ) | const |
| System::SharedPtr<System::IO::Stream> Aspose::Email::Clients::Smtp::Models::SmtpForward::get_Stream | ( | ) | const |
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::SetConnection | ( | System::SharedPtr< IConnection > | connection | ) |
Connection to a server (optional).
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::SetMessage | ( | System::SharedPtr< MailMessage > | message | ) |
The message to forward.
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::SetMessage | ( | System::SharedPtr< System::IO::Stream > | message | ) |
The message to forward.
| System::SharedPtr<SmtpForward> Aspose::Email::Clients::Smtp::Models::SmtpForward::SetSender | ( | System::String | sender | ) |
Sender of the forwarded message.