GraphFolderId Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
Represents Graph folder ID.
Syntax
public class GraphFolderId
Inherited Members
Constructors
Name | Description |
---|---|
Graph |
Initializes new Graph |
Fields
Name | Description |
---|---|
Archive | User's "Archive" folder. |
Deleted |
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. |
Junk |
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"). |
Search |
User's "Search Folders" folder (commonly named "Finder"). |
Sent |
User's "Sent Items" folder. |
Methods
Name | Description |
---|---|
Equals(Object) | Determines whether the specified |
Get |
Gets a hash code of this object. |
To |
Returns a string representation of this object. |
Operators
Name | Description |
---|---|
Implicit(Graph |
Converts an Graph |
Implicit(String to Graph |
Converts a String to an Graph |