Interface IGraphRecipient
Represents information about a user in the sending or receiving end of an event, message or group post.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphRecipient : IDataModel<IGraphRecipient>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphRecipient>
Properties
EmailAddress
The recipient's email address.
Declaration
IGraphEmailAddress EmailAddress { get; set; }
Property Value
IGraphEmailAddress
|