Aspose::Email::Mapi::MapiElectronicAddress Class Referencefinal

Refers to the group of properties that define the e-mail address or fax address. More...

Inherits Object.

Public Member Functions

bool get_IsEmpty ()
 Shows if MapiElectronicAddress is empty More...
 
System::String get_DisplayName () const
 Gets the user-readable display name for the e-mail address. More...
 
void set_DisplayName (System::String value)
 Sets the user-readable display name for the e-mail address. More...
 
System::String get_OriginalDisplayName () const
 Gets the SMTP e-mail address that corresponds to the e-mail address . More...
 
void set_OriginalDisplayName (System::String value)
 Sets the SMTP e-mail address that corresponds to the e-mail address . More...
 
System::String get_AddressType () const
 Gets the address type of an electronic address. More...
 
void set_AddressType (System::String value)
 Sets the address type of an electronic address. More...
 
System::String get_EmailAddress () const
 Gets the e-mail address. More...
 
void set_EmailAddress (System::String value)
 Sets the e-mail address. More...
 
System::String get_FaxNumber () const
 Gets the telephone number of the mail user's primary fax machine. More...
 
void set_FaxNumber (System::String value)
 Sets the telephone number of the mail user's primary fax machine. More...
 
 MapiElectronicAddress ()
 Initializes a new instance of the MapiElectronicAddress class. More...
 
 MapiElectronicAddress (System::String displayName, System::String addressType, System::String emailAddress)
 Initializes a new instance of the MapiElectronicAddress class. More...
 
 MapiElectronicAddress (System::String emailAddress)
 Initializes a new instance of the MapiElectronicAddress class. More...
 
 MapiElectronicAddress (System::String faxNumber, System::String emailAddress)
 Initializes a new instance of the MapiElectronicAddress class. More...
 

Static Public Member Functions

static System::SharedPtr< MapiElectronicAddressto_MapiElectronicAddress (System::String emailAddress)
 

Detailed Description

Refers to the group of properties that define the e-mail address or fax address.

Constructor & Destructor Documentation

◆ MapiElectronicAddress() [1/4]

Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress ( )

Initializes a new instance of the MapiElectronicAddress class.

◆ MapiElectronicAddress() [2/4]

Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress ( System::String  displayName,
System::String  addressType,
System::String  emailAddress 
)

Initializes a new instance of the MapiElectronicAddress class.

Parameters
displayNameThe display name.
addressTypeType of the address.
emailAddressThe email address.

◆ MapiElectronicAddress() [3/4]

Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress ( System::String  emailAddress)

Initializes a new instance of the MapiElectronicAddress class.

Parameters
emailAddressThe email address.

◆ MapiElectronicAddress() [4/4]

Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress ( System::String  faxNumber,
System::String  emailAddress 
)

Initializes a new instance of the MapiElectronicAddress class.

Parameters
faxNumberThe fax number.
emailAddressThe email address.

Member Function Documentation

◆ get_AddressType()

System::String Aspose::Email::Mapi::MapiElectronicAddress::get_AddressType ( ) const

Gets the address type of an electronic address.

◆ get_DisplayName()

System::String Aspose::Email::Mapi::MapiElectronicAddress::get_DisplayName ( ) const

Gets the user-readable display name for the e-mail address.

◆ get_EmailAddress()

System::String Aspose::Email::Mapi::MapiElectronicAddress::get_EmailAddress ( ) const

Gets the e-mail address.

◆ get_FaxNumber()

System::String Aspose::Email::Mapi::MapiElectronicAddress::get_FaxNumber ( ) const

Gets the telephone number of the mail user's primary fax machine.

◆ get_IsEmpty()

bool Aspose::Email::Mapi::MapiElectronicAddress::get_IsEmpty ( )

Shows if MapiElectronicAddress is empty

◆ get_OriginalDisplayName()

System::String Aspose::Email::Mapi::MapiElectronicAddress::get_OriginalDisplayName ( ) const

Gets the SMTP e-mail address that corresponds to the e-mail address .

The SMTP e-mail address.

◆ set_AddressType()

void Aspose::Email::Mapi::MapiElectronicAddress::set_AddressType ( System::String  value)

Sets the address type of an electronic address.

◆ set_DisplayName()

void Aspose::Email::Mapi::MapiElectronicAddress::set_DisplayName ( System::String  value)

Sets the user-readable display name for the e-mail address.

◆ set_EmailAddress()

void Aspose::Email::Mapi::MapiElectronicAddress::set_EmailAddress ( System::String  value)

Sets the e-mail address.

◆ set_FaxNumber()

void Aspose::Email::Mapi::MapiElectronicAddress::set_FaxNumber ( System::String  value)

Sets the telephone number of the mail user's primary fax machine.

◆ set_OriginalDisplayName()

void Aspose::Email::Mapi::MapiElectronicAddress::set_OriginalDisplayName ( System::String  value)

Sets the SMTP e-mail address that corresponds to the e-mail address .

The SMTP e-mail address.

◆ to_MapiElectronicAddress()

static System::SharedPtr<MapiElectronicAddress> Aspose::Email::Mapi::MapiElectronicAddress::to_MapiElectronicAddress ( System::String  emailAddress)
static