MsgAddress.Implicit Operator
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9313)
Implicit(String to MsgAddress)
Converts a String (an address, possibly with a display name) to an MsgAddress.
Declaration
public static implicit operator MsgAddress(string address)
Parameters
| Type | Name | Description |
|---|---|---|
| String | address | An MsgAddress. |
Returns
| Type | Description |
|---|---|
| MsgAddress |