Aspose::Email::Clients::Imap::ImapIdentificationInfo Class Reference

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< ImapIdentificationInfoget_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
 

Detailed Description

Represents class-container with identification information to exchange between mail client and server. Please, read more rfc2971 https://tools.ietf.org/html/rfc2971

Constructor & Destructor Documentation

◆ ImapIdentificationInfo()

Aspose::Email::Clients::Imap::ImapIdentificationInfo::ImapIdentificationInfo ( )

Member Function Documentation

◆ get_Address()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Address ( )

Postal address of contact/vendor

◆ get_Arguments()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Arguments ( )

Arguments supplied on the command line, if any.

◆ get_Command()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Command ( )

Command used to start the program

◆ get_Date()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Date ( )

Date program was released, specified as a date-time in IMAP4rev1

◆ get_DefaultValue()

static System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_DefaultValue ( )
static

Default value

◆ get_Environment()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Environment ( )

Description of environment, i.e., UNIX environment variables or Windows registry settings

◆ get_Name()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Name ( )

Name of the program

◆ get_Os()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Os ( )

Name of the operating system

◆ get_OsVersion()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_OsVersion ( )

Version of the operating system

◆ get_RawData()

System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::String> > Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_RawData ( ) const

Raw data for imap ID command

◆ get_SupportUrl()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_SupportUrl ( )

URL to contact for support

◆ get_Vendor()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Vendor ( )

Vendor of the client server

◆ get_Version()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::get_Version ( )

Version number of the program

◆ set_Address()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Address ( System::String  value)

Postal address of contact/vendor

◆ set_Arguments()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Arguments ( System::String  value)

Arguments supplied on the command line, if any.

◆ set_Command()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Command ( System::String  value)

Command used to start the program

◆ set_Date()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Date ( System::String  value)

Date program was released, specified as a date-time in IMAP4rev1

◆ set_Environment()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Environment ( System::String  value)

Description of environment, i.e., UNIX environment variables or Windows registry settings

◆ set_Name()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Name ( System::String  value)

Name of the program

◆ set_Os()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Os ( System::String  value)

Name of the operating system

◆ set_OsVersion()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_OsVersion ( System::String  value)

Version of the operating system

◆ set_SupportUrl()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_SupportUrl ( System::String  value)

URL to contact for support

◆ set_Vendor()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Vendor ( System::String  value)

Vendor of the client server

◆ set_Version()

void Aspose::Email::Clients::Imap::ImapIdentificationInfo::set_Version ( System::String  value)

Version number of the program

◆ ToString()

System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::ToString ( ) const
override

Returns a string that represents the current object.

Returns
A string that represents the current object.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::Commands::IdCommand

friend class Aspose::Email::Clients::Imap::Commands::IdCommand
friend

Member Data Documentation

◆ AddressKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::AddressKey
static

◆ ArgumentsKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::ArgumentsKey
static

◆ CommandKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::CommandKey
static

◆ DateKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::DateKey
static

◆ EnvironmentKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::EnvironmentKey
static

◆ NameKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::NameKey
static

◆ OsKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::OsKey
static

◆ OsVersionKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::OsVersionKey
static

◆ SupportUrlKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::SupportUrlKey
static

◆ VendorKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::VendorKey
static

◆ VersionKey

const System::String Aspose::Email::Clients::Imap::ImapIdentificationInfo::VersionKey
static