Class CalendarEmailAddress
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Graph
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarEmailAddress
Properties
| Edit this page View SourceAddress
Declaration
[JsonProperty("address")]
public string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |