Class EventLocationOptions
Options that can be set when creating a location for a meeting request
public class EventLocationOptions
- Inheritance
-
EventLocationOptions
- Inherited Members
Properties
Address
Address options
public EventAddressOptions Address { get; set; }
Property Value
Coordinates
Coordinates options
public EventCoordinateOptions Coordinates { get; set; }
Property Value
DisplayName
Name of the location
public string DisplayName { get; set; }
Property Value
LocationEmailAddress
Location email address
public string LocationEmailAddress { get; set; }
Property Value
LocationUri
Location Uri
public string LocationUri { get; set; }
Property Value
Type
Type of location
public EventLocationType Type { get; set; }