GraphClient.GetMessageInfo Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
GetMessageInfo(GraphMessageId, GraphMessageFields)
Gets information about a message with the specified ID.
Declaration
public GraphMessageInfo GetMessageInfo(GraphMessageId id, GraphMessageFields fields = GraphMessageFields.Default)
Parameters
Type | Name | Description |
---|---|---|
Graph |
id | ID of the message to get info about. |
Graph |
fields | Specifies the set of properties to retrieve. |
Returns
Type | Description |
---|---|
Graph |
Graph |