Class MailSettings
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
[Serializable]
public class MailSettings
Properties
|
Edit this page
View Source
DefaultFolderId
Declaration
public string DefaultFolderId { get; }
Property Value
|
Edit this page
View Source
DefaultSearchWindowDays
Declaration
public int DefaultSearchWindowDays { get; }
Property Value
|
Edit this page
View Source
MaxTop
Declaration
public int MaxTop { get; }
Property Value
|
Edit this page
View Source
PreferBodyType
Declaration
public string PreferBodyType { get; }
Property Value
|
Edit this page
View Source
SendSaveToSentItems
Declaration
public bool SendSaveToSentItems { get; }
Property Value
Extension Methods