MsgAddress Class
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9083)
Represents an Outlook .MSG e-mail address.
Syntax
public class MsgAddress : IEquatable<MsgAddress>
Implements
Inherited Members
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 |
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. |