EwsMessageBody.Implicit Operator
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Implicit(String to EwsMessageBody)
Converts a String to an Ews
Declaration
public static implicit operator EwsMessageBody(string content)
Parameters
Type | Name | Description |
---|---|---|
String | content | Text value of the body. |
Returns
Type | Description |
---|---|
Ews |
New instance of the Ews |