The IAsyncPop3Client::SaveMessageAsync parameter set. More...
Inherits Object.
Public Member Functions | |
| bool | get_IsMessageIdSet () |
| int32_t | get_SequenceNumber () const |
| System::String | get_UniqueId () const |
| System::SharedPtr< IConnection > | get_Connection () const |
| bool | get_IsOutputSet () |
| System::String | get_FileName () const |
| System::SharedPtr< System::IO::Stream > | get_OutputStream () const |
| System::SharedPtr< Pop3SaveMessage > | SetSequenceNumber (int32_t sequenceNumber) |
| Set the message sequence number. More... | |
| System::SharedPtr< Pop3SaveMessage > | SetUniqueId (System::String uniqueId) |
| Set the message unique identifier. More... | |
| System::SharedPtr< Pop3SaveMessage > | SetConnection (System::SharedPtr< IConnection > connection) |
| Connection to a server (optional). More... | |
| System::SharedPtr< Pop3SaveMessage > | SetFileName (System::String fileName) |
| Set the output file name. More... | |
| System::SharedPtr< Pop3SaveMessage > | SetOutputStream (System::SharedPtr< System::IO::Stream > outputStream) |
| Set the output stream. More... | |
Static Public Member Functions | |
| static System::SharedPtr< Pop3SaveMessage > | Create () |
| Create Pop3SaveMessage. More... | |
Protected Member Functions | |
| virtual | ~Pop3SaveMessage () |
The IAsyncPop3Client::SaveMessageAsync parameter set.
|
protectedvirtual |
|
static |
Create Pop3SaveMessage.
| System::SharedPtr<IConnection> Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::get_Connection | ( | ) | const |
| System::String Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::get_FileName | ( | ) | const |
| bool Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::get_IsMessageIdSet | ( | ) |
| bool Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::get_IsOutputSet | ( | ) |
| System::SharedPtr<System::IO::Stream> Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::get_OutputStream | ( | ) | const |
| int32_t Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::get_SequenceNumber | ( | ) | const |
| System::String Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::get_UniqueId | ( | ) | const |
| System::SharedPtr<Pop3SaveMessage> Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::SetConnection | ( | System::SharedPtr< IConnection > | connection | ) |
Connection to a server (optional).
| System::SharedPtr<Pop3SaveMessage> Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::SetFileName | ( | System::String | fileName | ) |
Set the output file name.
| System::SharedPtr<Pop3SaveMessage> Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::SetOutputStream | ( | System::SharedPtr< System::IO::Stream > | outputStream | ) |
Set the output stream.
| System::SharedPtr<Pop3SaveMessage> Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::SetSequenceNumber | ( | int32_t | sequenceNumber | ) |
Set the message sequence number.
| System::SharedPtr<Pop3SaveMessage> Aspose::Email::Clients::Pop3::Models::Pop3SaveMessage::SetUniqueId | ( | System::String | uniqueId | ) |
Set the message unique identifier.