Interface IGraphEmailAddress
The name and email address of a contact or message recipient.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphEmailAddress : IDataModel<IGraphEmailAddress>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphEmailAddress>
Properties
Address
The email address of the person or entity.
Declaration
string Address { get; set; }
Property Value
System.String
|
Name
The display name of the person or entity.
Declaration
string Name { get; set; }
Property Value
System.String
|