GraphClient.GetMessageInfo Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
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 |
|---|---|---|
| GraphMessageId | id | ID of the message to get info about. |
| GraphMessageFields | fields | Specifies the set of properties to retrieve. |
Returns
| Type | Description |
|---|---|
| GraphMessageInfo | GraphMessageInfo object containing information about the message. |
Examples
See GetMessageInfo code example on product pages.
GetMessageInfo(GraphMessageId, GraphMessageInfoOptions)
Gets information about a message with the specified ID.
Declaration
public GraphMessageInfo GetMessageInfo(GraphMessageId id, GraphMessageInfoOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphMessageId | id | ID of the message to get info about. |
| GraphMessageInfoOptions | options | Method options. |
Returns
| Type | Description |
|---|---|
| GraphMessageInfo | GraphMessageInfo object containing information about the message. |
Examples
See GetMessageInfo code example on product pages.