Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}