Search Results for

    Show / Hide Table of Contents

    Interface IGraphEmailAddress

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

    Inherited Members
    IDataModel<IGraphEmailAddress>.Requested
    IDataModel<IGraphEmailAddress>.HasValue(String)
    IDataModel<IGraphEmailAddress>.HasChanged(String)
    IDataModel<IGraphEmailAddress>.IsPropertyAvailable(Expression<Func<IGraphEmailAddress, Object>>)
    IDataModel<IGraphEmailAddress>.ArePropertiesAvailable(Expression<Func<IGraphEmailAddress, Object>>[])
    IDataModel<IGraphEmailAddress>.EnsureProperties(Expression<Func<IGraphEmailAddress, Object>>[])
    IDataModel<IGraphEmailAddress>.EnsurePropertiesAsync(Expression<Func<IGraphEmailAddress, Object>>[])
    IDataModel<IGraphEmailAddress>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphEmailAddress>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphEmailAddress>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphEmailAddress>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphEmailAddress>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphEmailAddress>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer