public class Mailbox : ComplexProperty, ISearchStringProviderPublic Class Mailbox
Inherits ComplexProperty
Implements ISearchStringProviderpublic ref class Mailbox : public ComplexProperty,
ISearchStringProvidertype Mailbox =
class
inherit ComplexProperty
interface ISearchStringProvider
end| Mailbox | Initializes a new instance of the Mailbox class. |
| Mailbox(String) | Initializes a new instance of the Mailbox class. |
| Mailbox(String, String) | Initializes a new instance of the Mailbox class. |
| Address | Gets or sets the address used to refer to the user mailbox. |
| IsValid | True if this instance is valid, false otherthise. |
| RoutingType | Gets or sets the routing type of the address used to refer to the user mailbox. |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Переопределяет ObjectEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode |
Serves as a hash function for a particular type.
(Переопределяет ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString |
Returns a String that represents the current Object.
(Переопределяет ObjectToString) |
| (String to Mailbox) | Defines an implicit conversion between a string representing an SMTP address and Mailbox. |