GraphMessageId.Implicit Operator
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Implicit(String to GraphMessageId)
Converts a String to an GraphMessageId.
Declaration
public static implicit operator GraphMessageId(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value | Value of the ID. |
Returns
Type | Description |
---|---|
GraphMessageId | New instance of the GraphMessageId. |
Implicit(GraphMessageId to String)
Converts an GraphMessageId to a String.
Declaration
public static implicit operator string (GraphMessageId value)
Parameters
Type | Name | Description |
---|---|---|
GraphMessageId | value | Instance of the ID. |
Returns
Type | Description |
---|---|
String | String representation of the GraphMessageId. |