GraphClient.StoreMessage Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
StoreMessage(GraphFolderId, MailMessage)
Stores a mail message into the specified folder. Only storing into Drafts is currently supported by Microsoft Graph API.
Declaration
public GraphMessageInfo StoreMessage(GraphFolderId folderId, MailMessage message)
Parameters
Type | Name | Description |
---|---|---|
Graph |
folderId | Folder to which to store the message. |
Mail |
message | Message to store (upload). |
Returns
Type | Description |
---|---|
Graph |
StoreMessage(GraphFolderId, MimeMessage)
Stores a MIME message into the specified folder. Only storing into Drafts is currently supported by Microsoft Graph API.
Declaration
public GraphMessageInfo StoreMessage(GraphFolderId folderId, MimeMessage message)
Parameters
Type | Name | Description |
---|---|---|
Graph |
folderId | Folder to which to store the message. |
Mime |
message | Message to store (upload). |
Returns
Type | Description |
---|---|
Graph |