Aspose::Email::Clients::Graph Namespace Reference

Namespaces

 V1
 

Classes

class  BaseRestObject
 Represents functionality for base object. More...
 
class  Bucket
 https://docs.microsoft.com/en-us/graph/api/resources/plannerbucket?view=graph-rest-1.0 The plannerBucket resource represents a bucket (or "custom column") for tasks in a plan in Office 365. It is contained in a plannerPlan and can have a collection of plannerTasks. More...
 
class  ClassificationOverride
 Represents a user's override for how incoming messages from a specific sender should always be classified as. More...
 
class  FolderInfo
 Represents information about personal folder. More...
 
class  FolderInfoCollection
 Represents collection of GraphFolderInfo. More...
 
class  GraphClient
 Provides access to MS Exchange Server (Office365) by using REST API. More...
 
class  GraphMessagePageInfo
 Contains information about retrieved page when paging methods are used. More...
 
class  GraphQueryBuilder
 Represents the builder of search expression based on search filters that used by MS Graph protocol. More...
 
class  Identity
 https://docs.microsoft.com/en-us/graph/api/resources/identity?view=graph-rest-1.0 The Identity resource represents an identity of an actor. For example, an actor can be a user, device, or application. More...
 
class  IdentitySet
 https://docs.microsoft.com/en-us/graph/api/resources/identityset?view=graph-rest-1.0 The IdentitySet resource is a keyed collection of identity resources. It is used to represent a set of identities associated with various events for an item, such as created by or last modified by. More...
 
class  IGraphClient
 Represents the interface for Exchange REST client. More...
 
class  KnownFolders
 Well-known folders More...
 
class  MessageInfo
 The MessageInfo represents the server item info fetched from the Graph service. More...
 
class  MessageInfoCollection
 Represents collection of GraphMessageInfo. More...
 
class  Notebook
 https://docs.microsoft.com/en-us/graph/api/resources/notebook?view=graph-rest-1.0 A OneNote notebook. More...
 
class  NotebookCollection
 Represents collection of Notebook. More...
 
class  NotebookLinks
 https://docs.microsoft.com/en-us/graph/api/resources/notebooklinks?view=graph-rest-1.0 Links for opening a OneNote notebook. More...
 
class  OnenoteOperation
 The status of certain long-running OneNote operations. More...
 
class  OutlookCategory
 Represents a category by which a user can group Outlook items such as messages and events. The user defines categories in a master list, and can apply one or more of these user-defined categories to an item. https://docs.microsoft.com/en-us/graph/api/resources/outlookcategory?view=graph-rest-1.0 More...
 
class  Thumbnail
 https://docs.microsoft.com/en-us/graph/api/resources/thumbnail?view=graph-rest-1.0 The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation. More...
 
class  ThumbnailSet
 https://docs.microsoft.com/en-us/graph/api/resources/thumbnailset?view=graph-rest-1.0 The ThumbnailSet resource is a keyed collection of thumbnail resources. It is used to represent a set of thumbnails associated with a DriveItem. More...
 
class  TLODataResponce_OutlookCategory
 
class  UpdateSettings
 Update settings More...
 

Enumerations

enum  CategoryPreset {
  CategoryPreset::None = -1, CategoryPreset::Preset0 = 0, CategoryPreset::Preset1 = 1, CategoryPreset::Preset2 = 2,
  CategoryPreset::Preset3 = 3, CategoryPreset::Preset4 = 4, CategoryPreset::Preset5 = 5, CategoryPreset::Preset6 = 6,
  CategoryPreset::Preset7 = 7, CategoryPreset::Preset8 = 8, CategoryPreset::Preset9 = 9, CategoryPreset::Preset10 = 10,
  CategoryPreset::Preset11 = 11, CategoryPreset::Preset12 = 12, CategoryPreset::Preset13 = 13, CategoryPreset::Preset14 = 14,
  CategoryPreset::Preset15 = 15, CategoryPreset::Preset16 = 16, CategoryPreset::Preset17 = 17, CategoryPreset::Preset18 = 18,
  CategoryPreset::Preset19 = 19, CategoryPreset::Preset20 = 20, CategoryPreset::Preset21 = 21, CategoryPreset::Preset22 = 22,
  CategoryPreset::Preset23 = 23, CategoryPreset::Preset24 = 24
}
 A pre-set color enumeration that characterizes a categories, and that is mapped to one of 25 predefined colors. Note The possible values for color are pre-set constants such as None, preset0 and preset1. Each pre-set constant is further mapped to a color; the actual color is dependent on the Outlook client that the categories are being displayed in. More...
 
enum  ClassificationType { ClassificationType::Focused, ClassificationType::Other }
 https://docs.microsoft.com/en-us/graph/api/resources/enums?view=graph-rest-1.0 https://docs.microsoft.com/en-us/graph/api/resources/inferenceclassificationoverride?view=graph-rest-1.0 Specifies how incoming messages from a specific sender should always be classified as. More...
 
enum  ResourceType { ResourceType::NotSpecified, ResourceType::Me = 0, ResourceType::Users, ResourceType::Groups }
 The resource in Microsoft Graph that you're referencing. More...
 
enum  UserRole { UserRole::None = 0, UserRole::Reader, UserRole::Contributor, UserRole::Owner }
 OneNote user role More...
 

Enumeration Type Documentation

◆ CategoryPreset

A pre-set color enumeration that characterizes a categories, and that is mapped to one of 25 predefined colors. Note The possible values for color are pre-set constants such as None, preset0 and preset1. Each pre-set constant is further mapped to a color; the actual color is dependent on the Outlook client that the categories are being displayed in.

Enumerator
None 

No color

Preset0 

Can be mapped to "Red" color for Outlook(desktop client).

Preset1 

Can be mapped to "Orange" color for Outlook(desktop client).

Preset2 

Can be mapped to "Brown" color for Outlook(desktop client).

Preset3 

Can be mapped to "Yellow" color for Outlook(desktop client).

Preset4 

Can be mapped to "Green" color for Outlook(desktop client).

Preset5 

Can be mapped to "Teal" color for Outlook(desktop client).

Preset6 

Can be mapped to "Olive" color for Outlook(desktop client).

Preset7 

Can be mapped to "Blue" color for Outlook(desktop client).

Preset8 

Can be mapped to "Purple" color for Outlook(desktop client).

Preset9 

Can be mapped to "Cranberry" color for Outlook(desktop client).

Preset10 

Can be mapped to "Steel" color for Outlook(desktop client).

Preset11 

Can be mapped to "DarkSteel" color for Outlook(desktop client).

Preset12 

Can be mapped to "Gray" color for Outlook(desktop client).

Preset13 

Can be mapped to "DarkGray" color for Outlook(desktop client).

Preset14 

Can be mapped to "Black" color for Outlook(desktop client).

Preset15 

Can be mapped to "DarkRed" color for Outlook(desktop client).

Preset16 

Can be mapped to "DarkOrange" color for Outlook(desktop client).

Preset17 

Can be mapped to "DarkBrown" color for Outlook(desktop client).

Preset18 

Can be mapped to "DarkYellow" color for Outlook(desktop client).

Preset19 

Can be mapped to "DarkGreen" color for Outlook(desktop client).

Preset20 

Can be mapped to "DarkTeal" color for Outlook(desktop client).

Preset21 

Can be mapped to "DarkOlive" color for Outlook(desktop client).

Preset22 

Can be mapped to "DarkBlue" color for Outlook(desktop client).

Preset23 

Can be mapped to "DarkPurple" color for Outlook(desktop client).

Preset24 

Can be mapped to "DarkCranberry" color for Outlook(desktop client).

◆ ClassificationType

◆ ResourceType

The resource in Microsoft Graph that you're referencing.

Enumerator
NotSpecified 

Not specified

Me 

Represents an Azure AD user account for currently signed user. This resource is used by default.

Users 

Represents an Azure AD user account.

Groups 

Represents an Azure Active Directory (Azure AD) group, which can be an Office 365 group, or a security group.

◆ UserRole

OneNote user role

Enumerator
None 

User role is not specified

Reader 

Reader represents read-only access to the notebook.

Contributor 

Contributor represents read/write access to the notebook.

Owner 

Owner represents owner-level access to the notebook.