Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Office.LocationIdentifier interface

Package:
outlook

Represents the ID of a location.

Remarks

API set: Mailbox 1.8

Minimum permission level: read item

Applicable Outlook mode: Compose or Read

Used by

Examples

const locations = [
 {
 "id": "Contoso",
 "type": Office.MailboxEnums.LocationType.Custom
 }
];

Properties

id

The location's unique ID.

For Room type, it's the room's email address.

For Custom type, it's the displayName.

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


Feedback

Was this page helpful?