Table of Contents

Interface IGraphRecipient

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

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

public interface IGraphRecipient : IDataModel<IGraphRecipient>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphRecipient>
Inherited Members
Extension Methods

Properties

EmailAddress

The recipient's email address.

IGraphEmailAddress EmailAddress { get; set; }

Property Value

IGraphEmailAddress