MsgAddress.Implicit Operator
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9083)
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 |