Class EventAddressOptions
Options that can be set when creating an address location for a meeting request
public class EventAddressOptions
- Inheritance
-
EventAddressOptions
- Inherited Members
Properties
City
City
public string City { get; set; }
Property Value
CountryOrRegion
Country Or Region
public string CountryOrRegion { get; set; }
Property Value
PostalCode
PostalCode
public string PostalCode { get; set; }
Property Value
State
State
public string State { get; set; }
Property Value
Street
Street
public string Street { get; set; }