Table of Contents

Interface IAadUserConversationMember

Namespace
PnP.Core.Model.Me
Assembly
PnP.Core.dll

User participating in a conversation (chat)

public interface IAadUserConversationMember : IDataModel<IAadUserConversationMember>, IDataModelParent, IDataModelWithContext, ISupportModules<IAadUserConversationMember>, IDataModelGet<IAadUserConversationMember>, IDataModelLoad<IAadUserConversationMember>, IDataModelUpdate
Inherited Members
Extension Methods

Properties

DisplayName

Display name of the user

string DisplayName { get; }

Property Value

string

Email

Email of the user

string Email { get; }

Property Value

string

Id

Id of the user in the chat

string Id { get; set; }

Property Value

string

Roles

Roles the user has

List<string> Roles { get; set; }

Property Value

List<string>

TenantId

The Azuire tenant id of the tenant the user is in

string TenantId { get; }

Property Value

string

UserId

The actual user id

string UserId { get; set; }

Property Value

string

VisibleHistoryStartDateTime

User can see chat history from this date

DateTime VisibleHistoryStartDateTime { get; }

Property Value

DateTime