Office.LocationIdentifier interface
Represents the ID of a ___location.
Remarks
Minimum permission level: read item
Applicable Outlook mode: Compose or Read
Examples
const locations = [
{
"id": "Contoso",
"type": Office.MailboxEnums.LocationType.Custom
}
];
Properties
id | The ___location's unique ID. For For |
type | The ___location's type. |
Property Details
id
The ___location's unique ID.
For Room
type, it's the room's email address.
For Custom
type, it's the displayName
.
id: string;
Property Value
string
type
The ___location's type.
type: MailboxEnums.LocationType | string;
Property Value
Office.MailboxEnums.LocationType | string