Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

MsgAddress Class

Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9119)

Represents an Outlook .MSG e-mail address.

Syntax
public class MsgAddress : IEquatable<MsgAddress>
Inheritance
Object
MsgAddress
Implements
IEquatable<MsgAddress>
Inherited Members
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)

Constructors

Name Description
MsgAddress(MsgAddress)

Initializes a new instance of MsgAddress class from an existing instance.

MsgAddress(MsgAddressType, String, String)

Initializes a new instance of MsgAddress class.

MsgAddress(String, String)

Initializes a new instance of MsgAddress class.

Properties

Name Description
AddressType

Gets the type of the e-mail address.

DisplayName

Gets display name of the e-mail address.

EmailAddress

Gets the e-mail address.

SmtpAddress

Gets SMTP equivalent of the e-mail address (if it exists).

Methods

Name Description
Equals(Object)

Determines whether the specified obj is equal to this object.

GetHashCode()

Gets a hash code of this object.

ToString()

Returns a string representation of this MsgAddress.

Operators

Name Description
Equality(MsgAddress, MsgAddress)

Compares two MsgAddress instances for equality.

Implicit(String to MsgAddress)

Converts a String (an address, possibly with a display name) to an MsgAddress.

Inequality(MsgAddress, MsgAddress)

Compares two MsgAddress instances for non-equality.

Explicit Interface Implementations

Name Description
IEquatable<MsgAddress>.Equals(MsgAddress)

Compares this instance with another MsgAddress instances for equality.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies