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