Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.2 KB

File metadata and controls

59 lines (44 loc) · 1.2 KB
title recipient resource type
description Represents information about a user in the sending or receiving end of an event, message or group post.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice mail
author SuryaLashmiS
ms.date 03/21/2024

recipient resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents information about a user in the sending or receiving end of an event, message or group post.

Properties

Property Type Description
emailAddress EmailAddress The recipient's email address.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "emailAddress": {"@odata.type": "microsoft.graph.emailAddress"}
}