Represents class-container with identification information to exchange between mail client and server. Please, read more rfc2971 https://tools.ietf.org/html/rfc2971 More...
Inherits Object.
Public Member Functions | |
System::String | get_Name () |
Name of the program More... | |
void | set_Name (System::String value) |
Name of the program More... | |
System::String | get_Version () |
Version number of the program More... | |
void | set_Version (System::String value) |
Version number of the program More... | |
System::String | get_Os () |
Name of the operating system More... | |
void | set_Os (System::String value) |
Name of the operating system More... | |
System::String | get_OsVersion () |
Version of the operating system More... | |
void | set_OsVersion (System::String value) |
Version of the operating system More... | |
System::String | get_Vendor () |
Vendor of the client server More... | |
void | set_Vendor (System::String value) |
Vendor of the client server More... | |
System::String | get_SupportUrl () |
URL to contact for support More... | |
void | set_SupportUrl (System::String value) |
URL to contact for support More... | |
System::String | get_Address () |
Postal address of contact/vendor More... | |
void | set_Address (System::String value) |
Postal address of contact/vendor More... | |
System::String | get_Date () |
Date program was released, specified as a date-time in IMAP4rev1 More... | |
void | set_Date (System::String value) |
Date program was released, specified as a date-time in IMAP4rev1 More... | |
System::String | get_Command () |
Command used to start the program More... | |
void | set_Command (System::String value) |
Command used to start the program More... | |
System::String | get_Arguments () |
Arguments supplied on the command line, if any. More... | |
void | set_Arguments (System::String value) |
Arguments supplied on the command line, if any. More... | |
System::String | get_Environment () |
Description of environment, i.e., UNIX environment variables or Windows registry settings More... | |
void | set_Environment (System::String value) |
Description of environment, i.e., UNIX environment variables or Windows registry settings More... | |
System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::String > > | get_RawData () const |
Raw data for imap ID command More... | |
ImapIdentificationInfo () | |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Static Public Member Functions | |
static System::SharedPtr< ImapIdentificationInfo > | get_DefaultValue () |
Default value More... | |
Static Public Attributes | |
static const System::String | NameKey |
static const System::String | VersionKey |
static const System::String | OsKey |
static const System::String | OsVersionKey |
static const System::String | VendorKey |
static const System::String | SupportUrlKey |
static const System::String | AddressKey |
static const System::String | DateKey |
static const System::String | CommandKey |
static const System::String | ArgumentsKey |
static const System::String | EnvironmentKey |
Friends | |
class | Aspose::Email::Clients::Imap::Commands::IdCommand |
Represents class-container with identification information to exchange between mail client and server. Please, read more rfc2971 https://tools.ietf.org/html/rfc2971
Aspose::Email::Clients::Imap::ImapIdentificationInfo::ImapIdentificationInfo | ( | ) |
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Address | ( | ) |
Postal address of contact/vendor
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Arguments | ( | ) |
Arguments supplied on the command line, if any.
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Command | ( | ) |
Command used to start the program
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Date | ( | ) |
Date program was released, specified as a date-time in IMAP4rev1
|
static |
Default value
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Environment | ( | ) |
Description of environment, i.e., UNIX environment variables or Windows registry settings
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Name | ( | ) |
Name of the program
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Os | ( | ) |
Name of the operating system
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_OsVersion | ( | ) |
Version of the operating system
System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::String> > Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_RawData | ( | ) | const |
Raw data for imap ID command
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_SupportUrl | ( | ) |
URL to contact for support
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Vendor | ( | ) |
Vendor of the client server
System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Version | ( | ) |
Version number of the program
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Address | ( | System::String | value | ) |
Postal address of contact/vendor
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Arguments | ( | System::String | value | ) |
Arguments supplied on the command line, if any.
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Command | ( | System::String | value | ) |
Command used to start the program
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Date | ( | System::String | value | ) |
Date program was released, specified as a date-time in IMAP4rev1
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Environment | ( | System::String | value | ) |
Description of environment, i.e., UNIX environment variables or Windows registry settings
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Name | ( | System::String | value | ) |
Name of the program
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Os | ( | System::String | value | ) |
Name of the operating system
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_OsVersion | ( | System::String | value | ) |
Version of the operating system
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_SupportUrl | ( | System::String | value | ) |
URL to contact for support
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Vendor | ( | System::String | value | ) |
Vendor of the client server
void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Version | ( | System::String | value | ) |
Version number of the program
|
override |
Returns a string that represents the current object.
|
friend |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |