Search Results for

    Show / Hide Table of Contents

    Interface IGraphRecipient

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

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

    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