Represents a common message interface More...
Inherits Object.
Public Member Functions | |
virtual System::String | get_Subject ()=0 |
Gets a message subject More... | |
virtual void | set_Subject (System::String value)=0 |
Sets a message subject More... | |
virtual System::String | get_Body ()=0 |
Gets a message body More... | |
virtual void | set_Body (System::String value)=0 |
Sets a message body More... | |
virtual System::String | get_HtmlBody ()=0 |
Gets a html formatted message body More... | |
virtual void | set_HtmlBody (System::String value)=0 |
Sets a html formatted message body More... | |
virtual System::DateTime | get_Date ()=0 |
Gets the date and time when message was delivered More... | |
virtual System::SharedPtr< System::Collections::Generic::ICollection< System::SharedPtr< Attachment > > > | get_Attachments ()=0 |
Gets message attachments More... | |
virtual System::SharedPtr< System::Collections::Generic::ICollection< System::SharedPtr< MailAddress > > > | get_To ()=0 |
Gets recipients More... | |
virtual System::SharedPtr< System::Collections::Generic::ICollection< System::SharedPtr< MailAddress > > > | get_CC ()=0 |
Gets CC recipients More... | |
virtual System::SharedPtr< System::Collections::Generic::ICollection< System::SharedPtr< MailAddress > > > | get_Bcc ()=0 |
Gets BCC recipients More... | |
virtual System::SharedPtr< IMailAddress > | get_From ()=0 |
Gets a from address More... | |
virtual void | set_From (System::SharedPtr< IMailAddress > value)=0 |
Sets a from address More... | |
virtual Mapi::BodyContentType | get_BodyType ()=0 |
Gets the type of the body. More... | |
virtual void | Save (System::String fileName)=0 |
Saves message to the specified file More... | |
virtual void | Save (System::SharedPtr< System::IO::Stream > stream)=0 |
Saves message to the specified stream More... | |
Represents a common message interface
|
pure virtual |
Gets message attachments
|
pure virtual |
Gets BCC recipients
|
pure virtual |
Gets a message body
|
pure virtual |
Gets the type of the body.
|
pure virtual |
Gets CC recipients
|
pure virtual |
Gets the date and time when message was delivered
|
pure virtual |
Gets a from address
|
pure virtual |
Gets a html formatted message body
|
pure virtual |
Gets a message subject
|
pure virtual |
Gets recipients
|
pure virtual |
Saves message to the specified stream
stream | A stream to save to |
|
pure virtual |
Saves message to the specified file
fileName | A file name |
|
pure virtual |
Sets a message body
|
pure virtual |
Sets a from address
|
pure virtual |
Sets a html formatted message body
|
pure virtual |
Sets a message subject