Microsoft Graph · Schema
mailTips
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| automaticReplies | object | Mail tips for automatic reply if it has been set up by the recipient. |
| customMailTip | string | A custom mail tip that can be set on the recipient's mailbox. |
| deliveryRestricted | boolean | Whether the recipient's mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from |
| emailAddress | object | The email address of the recipient to get mailtips for. |
| error | object | Errors that occur during the getMailTips action. |
| externalMemberCount | number | The number of external members if the recipient is a distribution list. |
| isModerated | boolean | Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution li |
| mailboxFull | boolean | The mailbox full status of the recipient. |
| maxMessageSize | number | The maximum message size that has been configured for the recipient's organization or mailbox. |
| recipientScope | object | The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The |
| recipientSuggestions | array | Recipients suggested based on previous contexts where they appear in the same message. |
| totalMemberCount | number | The number of members if the recipient is a distribution list. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.mailTips",
"title": "mailTips",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"automaticReplies": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.automaticRepliesMailTips"
},
{
"type": "object",
"nullable": true
}
],
"description": "Mail tips for automatic reply if it has been set up by the recipient."
},
"customMailTip": {
"type": "string",
"description": "A custom mail tip that can be set on the recipient's mailbox.",
"nullable": true
},
"deliveryRestricted": {
"type": "boolean",
"description": "Whether the recipient's mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from only authenticated senders.",
"nullable": true
},
"emailAddress": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.emailAddress"
},
{
"type": "object",
"nullable": true
}
],
"description": "The email address of the recipient to get mailtips for."
},
"error": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.mailTipsError"
},
{
"type": "object",
"nullable": true
}
],
"description": "Errors that occur during the getMailTips action."
},
"externalMemberCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The number of external members if the recipient is a distribution list.",
"format": "int32",
"nullable": true
},
"isModerated": {
"type": "boolean",
"description": "Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution list, or if sending messages to a recipient requires approval of the recipient's manager.",
"nullable": true
},
"mailboxFull": {
"type": "boolean",
"description": "The mailbox full status of the recipient.",
"nullable": true
},
"maxMessageSize": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The maximum message size that has been configured for the recipient's organization or mailbox.",
"format": "int32",
"nullable": true
},
"recipientScope": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.recipientScopeType"
},
{
"type": "object",
"nullable": true
}
],
"description": "The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content."
},
"recipientSuggestions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.recipient"
},
"description": "Recipients suggested based on previous contexts where they appear in the same message."
},
"totalMemberCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The number of members if the recipient is a distribution list.",
"format": "int32",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphmailtips"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.