| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents details about a coachmark location.
| 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. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.coachmarkLocation",
"offset": "Int32",
"length": "Int32",
"type": "String"
}