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