MsgAddress Class
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9147)
Represents an Outlook .MSG e-mail address.
Syntax
public class MsgAddress : IEquatable<MsgAddress>
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Msg |
Initializes a new instance of Msg |
Msg |
Initializes a new instance of Msg |
Msg |
Initializes a new instance of Msg |
Properties
Name | Description |
---|---|
Address |
Gets the type of the e-mail address. |
Display |
Gets display name of the e-mail address. |
Email |
Gets the e-mail address. |
Smtp |
Gets SMTP equivalent of the e-mail address (if it exists). |
Methods
Name | Description |
---|---|
Equals(Object) | Determines whether the specified |
Get |
Gets a hash code of this object. |
To |
Returns a string representation of this Msg |
Operators
Name | Description |
---|---|
Equality(Msg |
Compares two Msg |
Implicit(String to Msg |
Converts a String (an address, possibly with a display name) to an Msg |
Inequality(Msg |
Compares two Msg |
Explicit Interface Implementations
Name | Description |
---|---|
IEquatable<MsgAddress>.Equals(MsgAddress) | Compares this instance with another Msg |