Table of Contents

Interface IGraphEmailAddress

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

The name and email address of a contact or message recipient.

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

Properties

Address

The email address of the person or entity.

string Address { get; set; }

Property Value

string

Name

The display name of the person or entity.

string Name { get; set; }

Property Value

string