Class MailFolder
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class MailFolder
Properties
|
Edit this page
View Source
ChildFolderCount
Declaration
[JsonProperty("childFolderCount")]
public int? ChildFolderCount { get; set; }
Property Value
|
Edit this page
View Source
DisplayName
Declaration
[JsonProperty("displayName")]
public string DisplayName { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
ParentFolderId
Declaration
[JsonProperty("parentFolderId")]
public string ParentFolderId { get; set; }
Property Value
|
Edit this page
View Source
TotalItemCount
Declaration
[JsonProperty("totalItemCount")]
public int? TotalItemCount { get; set; }
Property Value
|
Edit this page
View Source
UnreadItemCount
Declaration
[JsonProperty("unreadItemCount")]
public int? UnreadItemCount { get; set; }
Property Value
|
Edit this page
View Source
WellKnownName
Declaration
[JsonProperty("wellKnownName")]
public string WellKnownName { get; set; }
Property Value
Extension Methods