Office.LocationIdentifier interface
Represents the ID of a location.
Minimum permission level: read item
Applicable Outlook mode: Compose or Read
TypeScript
const locations = [
{
"id": "Contoso",
"type": Office.MailboxEnums.LocationType.Custom
}
];
id | The location's unique ID. For For |
type | The location's type. |
The location's unique ID.
For Room
type, it's the room's email address.
For Custom
type, it's the displayName
.
TypeScript
id: string;
Property Value
string
The location's type.
TypeScript
type: MailboxEnums.LocationType | string;
Property Value
Office.MailboxEnums.LocationType | string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: