Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.47 KB

File metadata and controls

57 lines (46 loc) · 1.47 KB
title coachmarkLocation detail
description Represents details about a coachmark location.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

coachmarkLocation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents details about a coachmark location.

Properties

Property Type Description
length Int32 Length of coachmark.
offset Int32 Offset of coachmark.
type coachmarkLocationType Type of coachmark location. The possible values are: unknown, fromEmail, subject, externalTag, displayName, messageBody, unknownFutureValue.

coachmarkLocationType values

Member Description
unknown Coachmark location type as unknown.
fromEmail Coachmark from email address.
subject Coachmark from email subject.
externalTag Coachmark from external tag.
displayName Coachmark from display name.
messageBody Coachmark from email body.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "@odata.type": "#microsoft.graph.coachmarkLocation",
    "offset": "Int32",
    "length": "Int32",
    "type": "String"
}