GraphFolderId Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9119)
Represents Graph folder ID.
Syntax
public class GraphFolderId
Inherited Members
Constructors
| Name | Description |
|---|---|
| GraphFolderId(String) | Initializes new GraphFolderId instance. |
Fields
| Name | Description |
|---|---|
| Archive | User's "Archive" folder. |
| DeletedItems | User's "Deleted Items" folder. |
| Deletions | User's "Deletions" folder (Microsoft Graph API id: recoverableitemsdeletions). |
| Drafts | User's "Drafts" folder. |
| Inbox | User's "Inbox" folder. |
| JunkEmail | User's "Junk E-mail" folder. |
| Outbox | User's "Outbox" folder. |
| Root | User's "Root" folder (Microsoft Graph API id: msgfolderroot). |
| Scheduled | User's "Scheduled" folder (commonly named "Snoozed"). |
| SearchFolders | User's "Search Folders" folder (commonly named "Finder"). |
| SentItems | User's "Sent Items" folder. |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Determines whether the specified |
| GetHashCode() | Gets a hash code of this object. |
| ToString() | Returns a string representation of this object. |
Operators
| Name | Description |
|---|---|
| Implicit(GraphFolderId to String) | Converts an GraphFolderId to a String. |
| Implicit(String to GraphFolderId) | Converts a String to an GraphFolderId. |