UNPKG

meshblu-connector-skype

Version:
793 lines 551 kB
<?xml version="1.0"?> <doc> <assembly> <name>Microsoft.Lync.Model</name> </assembly> <members> <member name="T:Microsoft.Lync.Model.Conversation.ConferenceAccessInformation"> <summary>Represents the properties of a conference that can be provided to other clients that allows them to join the conference.</summary> </member> <member name="T:Microsoft.Lync.Model.Internal.UCWLite"> <summary> Base class for UC wrapper classes </summary> </member> <member name="T:Microsoft.Lync.Model.Internal.UCWBase"> <summary> Base class for all UC wrapper classes </summary> </member> <member name="P:Microsoft.Lync.Model.Internal.UCWBase.InnerObject"> <summary> The inner .NET runtime callable object </summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConferenceAccessInformation.AdmissionKey"> <summary>Gets the conference admission key.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConferenceAccessInformation.AutoAttendantNumbers"> <summary>Gets the conference auto attendant numbers.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConferenceAccessInformation.ExternalUrl"> <summary>Gets the conference CWA external Url.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConferenceAccessInformation.Id"> <summary>Gets the conference Id.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConferenceAccessInformation.InternalUrl"> <summary>Gets the conference CWA internal Url.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ContextEventArgs"> <summary>Represents the event data of a ContextSent or ContextReceived events.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ContextEventArgs.ApplicationId"> <summary>Gets the contextual conversation application GUID.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ContextEventArgs.ContextData"> <summary>Gets the contextual conversation context data.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ContextEventArgs.ContextDataType"> <summary>Gets the contextual conversation context data type.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.Conversation"> <summary>Describes a conversation. It includes details such as the conversation participants, modalities (InstantMessaging, AudioVideo), state, etc., and implements actions such as merge, park, terminate or other conversation actions.</summary> </member> <member name="T:Microsoft.Lync.Model.Internal.UCWFull"> <summary> Base class for UC wrapper classes </summary> </member> <member name="M:Microsoft.Lync.Model.Internal.UCWFull.Finalize"> <summary> </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.Finalize"> <summary> </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.AddParticipant_private(System.Object)"> <summary>Add a new participant instance.</summary><returns>Microsoft.Lync.Model.Conversation.Participant</returns> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginAdmitParticipants(System.Collections.Generic.IEnumerable{Microsoft.Lync.Model.Conversation.Participant},System.AsyncCallback,System.Object)"> <summary> Used to admit a set of participants into conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndAdmitParticipants(System.IAsyncResult)"> <summary> Used to admit a set of participants into conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.CanInvoke(Microsoft.Lync.Model.Conversation.ConversationAction)"> <summary>Returns a flag indicating whether a specific action is available.</summary><returns>System.Boolean</returns> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.CanSetProperty(Microsoft.Lync.Model.Conversation.ConversationProperty)"> <summary>Test whether the property can be set to the conversation.</summary><returns>System.Boolean</returns> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginDenyParticipants(System.Collections.Generic.IEnumerable{Microsoft.Lync.Model.Conversation.Participant},System.AsyncCallback,System.Object)"> <summary> Used to Deny a set of participants access into a conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndDenyParticipants(System.IAsyncResult)"> <summary> Used to Deny a set of participants access into a conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.End"> <summary>Terminates the conversation for all participants.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.GetApplicationData(System.String)"> <summary>Gets the contextual conversation application data using the given GUID. Only the registered application with the same GUID may call this.</summary><returns>System.String</returns> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginMerge(Microsoft.Lync.Model.Conversation.Conversation,Microsoft.Lync.Model.Conversation.ModalityTypes,System.AsyncCallback,System.Object)"> <summary> Merges another conversation into this one.modalityTypes specifies what modalities to be merged in. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndMerge(System.IAsyncResult)"> <summary> Merges another conversation into this one.modalityTypes specifies what modalities to be merged in. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginMuteParticipants(System.Collections.Generic.IEnumerable{Microsoft.Lync.Model.Conversation.Participant},System.AsyncCallback,System.Object)"> <summary> Used to mute a set of participants in a conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndMuteParticipants(System.IAsyncResult)"> <summary> Used to mute a set of participants in a conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginPark(System.AsyncCallback,System.Object)"> <summary> Parks voice at the Call Park Server and terminates all other modalities. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndPark(System.IAsyncResult)"> <summary> Parks voice at the Call Park Server and terminates all other modalities. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.RemoveParticipant(Microsoft.Lync.Model.Conversation.Participant)"> <summary>Removes a participant from the collection.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginSendContextData(System.String,System.String,System.String,System.AsyncCallback,System.Object)"> <summary> This is used to send application context type and data to the conversation. The application Id has to be registered on the caller side. The context data will be sent in raw foramts </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndSendContextData(System.IAsyncResult)"> <summary> This is used to send application context type and data to the conversation. The application Id has to be registered on the caller side. The context data will be sent in raw foramts </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginSendInitialContext_private(System.Collections.Generic.IEnumerable{Microsoft.Lync.Model.Conversation.ContextType},System.Collections.Generic.IEnumerable{System.Object},System.AsyncCallback,System.Object)"> <summary> This is used to send application context to the conversation. ContextTypes and contextDatas are mapped together, So they must have the same length.If the contextTypes include application GUID, the caller must have been registered using the same GUID. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndSendInitialContext(System.IAsyncResult)"> <summary> This is used to send application context to the conversation. ContextTypes and contextDatas are mapped together, So they must have the same length.If the contextTypes include application GUID, the caller must have been registered using the same GUID. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginSetProperty(Microsoft.Lync.Model.Conversation.ConversationProperty,System.Object,System.AsyncCallback,System.Object)"> <summary> Sets a property associated with this conversation. This is an asynchronous operation, hence the conversationCallback, if specified, will be called back. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndSetProperty(System.IAsyncResult)"> <summary> Sets a property associated with this conversation. This is an asynchronous operation, hence the conversationCallback, if specified, will be called back. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginUnmuteParticipants(System.Collections.Generic.IEnumerable{Microsoft.Lync.Model.Conversation.Participant},System.AsyncCallback,System.Object)"> <summary> Used to unmute a set of participants in a conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.EndUnmuteParticipants(System.IAsyncResult)"> <summary> Used to unmute a set of participants in a conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.AddParticipant(Microsoft.Lync.Model.Contact)"> <summary> Adds a contact to a conversation and returns the contact as a participant. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.AddParticipant(Microsoft.Lync.Model.ContactEndpoint)"> <summary> Adds one of a contact's endpoints to a conversation and returns the contact as a participant. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Conversation.BeginSendInitialContext(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{Microsoft.Lync.Model.Conversation.ContextType,System.Object}},System.AsyncCallback,System.Object)"> <summary> Sends an application hyperlink and application Id as initial conversation context. </summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.ActionAvailabilityChanged"> <summary>Raised when an action availability changes.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.ContextDataReceived"> <summary>Raised to notify of the 3rd party applications of incoming info.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.ContextDataSent"> <summary>Raised to notify of the 3rd party applications of outgoing info.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.ConversationContextLinkClicked"> <summary>Raised when a contextual conversation launch link is clicked by the user.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.InitialContextReceived"> <summary>Raised to notify of the 3rd party applications of incoming calls .</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.InitialContextSent"> <summary>Raised to notify of the 3rd party applications of outgoing calls .</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.ParticipantAdded"> <summary>Raised when a participant add operation completes.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.ParticipantRemoved"> <summary>Raised when a participant remove operation completes.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.PropertyChanged"> <summary>Raised when a property value changes</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Conversation.StateChanged"> <summary>Raised when the conversation state changes.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Conversation.ConversationManager"> <summary>Gets the parent conversation manager of this conversation.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Conversation.Modalities"> <summary>Gets the collection of conversation modalities (activities</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Conversation.Participants"> <summary>Gets the participant collection.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Conversation.Properties"> <summary>Gets a collection of conversation properties.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Conversation.SelfParticipant"> <summary>Gets the local participant object.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Conversation.State"> <summary>Gets the current conversation state.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ConversationActionAvailabilityEventArgs"> <summary>Represents the event data of a ConversationActionAvailability event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationActionAvailabilityEventArgs.Action"> <summary>Gets the action identifier for which the availability has changed.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationActionAvailabilityEventArgs.IsAvailable"> <summary>Gets the new availability value.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ConversationManager"> <summary>Manages conversation creation and removal, retrieves the collection of the conversations, joins a conference, and other conversation collection-related actions.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.ConversationManager.Finalize"> <summary> </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.ConversationManager.AddConversation"> <summary>Adds a new outgoing conversation instance.</summary><returns>Microsoft.Lync.Model.Conversation.Conversation</returns> </member> <member name="M:Microsoft.Lync.Model.Conversation.ConversationManager.JoinConference(System.String)"> <summary>Retrieves/Creates a conversation initialized so as to join conference at given URL.</summary><returns>Microsoft.Lync.Model.Conversation.Conversation</returns> </member> <member name="E:Microsoft.Lync.Model.Conversation.ConversationManager.ConversationAdded"> <summary>Raised when a conversation add operation completes.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.ConversationManager.ConversationRemoved"> <summary>Raised when a conversation remove operation completes.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationManager.Conversations"> <summary>Get the collection of conversations.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ConversationManagerEventArgs"> <summary>Represents the event data of a ConversationsManager event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationManagerEventArgs.Conversation"> <summary>Gets the conversation object added or removed.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ConversationPropertyChangedEventArgs"> <summary>Represents the event data of a ConversationPropertyChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationPropertyChangedEventArgs.Property"> <summary>Gets the conversation property type whose value has changed.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationPropertyChangedEventArgs.Value"> <summary>Gets the property value who has changed.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ConversationStateChangedEventArgs"> <summary>Represents the event data of a ConversationStateChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationStateChangedEventArgs.NewState"> <summary>Gets the new conversation state value.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationStateChangedEventArgs.OldState"> <summary>Gets the old conversation state value.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationStateChangedEventArgs.Properties"> <summary>Gets the properties of the change.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ConversationStateChangedEventArgs.StatusCode"> <summary>Gets the StatusCode of the change.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.InitialContextEventArgs"> <summary>Represents the event data of a the BeginSendInitialContext event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.InitialContextEventArgs.ApplicationData"> <summary>Gets the contextual conversation application data.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.InitialContextEventArgs.ApplicationId"> <summary>Gets the contextual conversation application GUID.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.InstantMessageModality"> <summary>Defines the instant messaging modality. It supports actions such as sending an instant message, checking or setting the composing (typing) flag, etc. This class exposes events such as messages being sent or received.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.Modality"> <summary>Modality is the base class for any modality, including InstantMessageModality and AVModality.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.Finalize"> <summary> </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.Accept"> <summary>Accept an offer for the modality.</summary><remarks>Call Accept() on the participant modality that made the offer. For exa mple, when a remote participant offers to share a whiteboard in a meeting, call ContentSharingModality.Accept() on the ContentSharingModality object in the remote participant modalities collection.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.CanInvoke(Microsoft.Lync.Model.Conversation.ModalityAction)"> <summary> Returns a flag indicating whether a specific action is available. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.CanSetProperty(Microsoft.Lync.Model.Conversation.ModalityProperty)"> <summary> Test whether the property can be set to the modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginConnect_private(Microsoft.Lync.Model.Internal.ModalityConnectOptions,System.AsyncCallback,System.Object)"> <summary> Connects to the modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndConnect(System.IAsyncResult)"> <summary> Connects to the modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginConsultativeTransfer(Microsoft.Lync.Model.Conversation.Conversation,Microsoft.Lync.Model.Conversation.AudioVideo.TransferOptions,System.AsyncCallback,System.Object)"> <summary> Transfers a connected modality to an existing conversation. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndConsultativeTransfer(Microsoft.Lync.Model.Conversation.ModalityState@,System.Collections.Generic.IList{System.String}@,System.IAsyncResult)"> <summary> Transfers a connected modality to an existing conversation. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginDisconnect(Microsoft.Lync.Model.Conversation.ModalityDisconnectReason,System.AsyncCallback,System.Object)"> <summary> Disconnects from the modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndDisconnect(System.IAsyncResult)"> <summary> Disconnects from the modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginForward_private(System.Object,System.AsyncCallback,System.Object)"> <summary> Forwards a connecting incoming modality to a different location. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndForward(System.IAsyncResult)"> <summary> Forwards a connecting incoming modality to a different location. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginHold(System.AsyncCallback,System.Object)"> <summary> Places the modality on hold. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndHold(System.IAsyncResult)"> <summary> Places the modality on hold. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.Reject(Microsoft.Lync.Model.Conversation.ModalityDisconnectReason)"> <summary> Reject an offer for the modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginRetrieve(System.AsyncCallback,System.Object)"> <summary> Retrives a held modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndRetrieve(System.IAsyncResult)"> <summary> Retrives a held modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginSetProperty(Microsoft.Lync.Model.Conversation.ModalityProperty,System.Object,System.AsyncCallback,System.Object)"> <summary> Sets a property associated with this modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndSetProperty(System.IAsyncResult)"> <summary> Sets a property associated with this modality. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginTransfer_private(System.Object,Microsoft.Lync.Model.Conversation.AudioVideo.TransferOptions,System.AsyncCallback,System.Object)"> <summary> Transfers a connected modality to a different location. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.EndTransfer(Microsoft.Lync.Model.Conversation.ModalityState@,System.Collections.Generic.IList{System.String}@,System.IAsyncResult)"> <summary> Transfers a connected modality to a different location. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginConnect(System.AsyncCallback,System.Object)"> <summary> Activates a conversation modality by connecting the modality to its associated local and remote endpoints. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginForward(Microsoft.Lync.Model.Contact,System.AsyncCallback,System.Object)"> <summary> Forwards an active conversation (in ringing state) to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints. </summary> <remarks>Available only for the AvModality.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginForward(Microsoft.Lync.Model.ContactEndpoint,System.AsyncCallback,System.Object)"> <summary> Forwards an active conversation to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints. </summary> <remarks>Available only for the AvModality.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginTransfer(Microsoft.Lync.Model.Contact,Microsoft.Lync.Model.Conversation.AudioVideo.TransferOptions,System.AsyncCallback,System.Object)"> <summary> Transfers an active conversation to a specified remote contact. </summary> <remarks>Available only for the AvModality.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Modality.BeginTransfer(Microsoft.Lync.Model.ContactEndpoint,Microsoft.Lync.Model.Conversation.AudioVideo.TransferOptions,System.AsyncCallback,System.Object)"> <summary> Transfer an active conversation to a specified remote contact endpoint. You cannot transfer a conversation to another local contact endpoint. </summary> <remarks>Available only for the AvModality.</remarks> </member> <member name="E:Microsoft.Lync.Model.Conversation.Modality.ActionAvailabilityChanged"> <summary>Raised when an action availability changes.</summary><remarks>When you want to be advised that an action to be taken is on a single participant modality instead of the conversation modality, register for this event on Participant.Modalities[ModalityType]. For example, if the availability of a controller action changes on a conversation participant's ApplicationSharingModality, you get the event if you have registered for it on the modality at Participant.Modalities[ModalityType.ApplicationSharing]. Note: You must always register for this event on the conversation Modality in addition to event registration on any participant's modalty.</remarks> </member> <member name="E:Microsoft.Lync.Model.Conversation.Modality.ModalityStateChanged"> <summary>Raised when modality state changes</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Modality.Conversation"> <summary>Gets the associated conversation object.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Modality.Endpoint"> <summary>Gets the collaboration endpoint that is used by the modality.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Modality.Participant"> <summary>Gets the associated participant object.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Modality.Properties"> <summary>Gets a collection of modality properties.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Modality.State"> <summary>Gets the modality state.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.Finalize"> <summary> </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.BeginSendMessage_private(System.String,Microsoft.Lync.Model.Internal.NamedPropertyList,Microsoft.Lync.Model.Internal.ModalityConnectOptions,System.AsyncCallback,System.Object)"> <summary> Sends an instant message. additionalFormats is named property list that can be used to include text in any text format. The keys in that named property list are the content types, and the values are the content body. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.EndSendMessage_private(System.String@,Microsoft.Lync.Model.Internal.NamedPropertyList@,System.Collections.Generic.IList{Microsoft.Lync.Model.Conversation.Participant}@,System.IAsyncResult)"> <summary> Sends an instant message. additionalFormats is named property list that can be used to include text in any text format. The keys in that named property list are the content types, and the values are the content body. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.SetCapabilities(Microsoft.Lync.Model.Conversation.InstantMessageCapabilities)"> <summary>Sets self instant messaging Capabilities.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.BeginSetComposing(System.Boolean,System.AsyncCallback,System.Object)"> <summary> Sets the local composing state. The composing flag indicates that the local participant is typing a message. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.EndSetComposing(System.IAsyncResult)"> <summary> Sets the local composing state. The composing flag indicates that the local participant is typing a message. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.BeginSendMessage(System.String,System.AsyncCallback,System.Object)"> <summary> Sends a plain text message to a remote conversation participant. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.BeginSendMessage(System.Collections.Generic.IDictionary{Microsoft.Lync.Model.Conversation.InstantMessageContentType,System.String},System.AsyncCallback,System.Object)"> <summary> Sends a text message formatted for specified content type to a remote conversation participant. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.InstantMessageModality.EndSendMessage(System.IAsyncResult)"> <summary> Ends send message operation and un-blocks program execution on calling thread. </summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.InstantMessageModality.InstantMessagePropertyChanged"> <summary>Raised when a property value changes</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.InstantMessageModality.InstantMessageReceived"> <summary>Raised when an instant message is received.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.InstantMessageModality.IsTypingChanged"> <summary>Raised when the istyping state changes.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.InstantMessageModality.Capabilities"> <summary>Gets instant messaging Capabilities.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.InstantMessageModality.IsTyping"> <summary>Gets a flag indicating whether the endpoint is composing a message.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.IsContributingChangedEventArgs"> <summary>Represents the event data of a ContributingChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.IsContributingChangedEventArgs.IsContributing"> <summary>Gets the new value of is contributing flag for the source endpoint.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.IsTypingChangedEventArgs"> <summary>Represents the event data of a IsTypingChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.IsTypingChangedEventArgs.IsTyping"> <summary>Gets the new value of is composing flag for the source endpoint.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.MessageSentEventArgs"> <summary> MessageSentEventData Class </summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.MessageSentEventArgs.Formats_private"> <summary> Gets a list of &lt;content-type,content-body&gt; format properties. </summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.MessageSentEventArgs.Text"> <summary> Gets the message from send operation. </summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.MessageSentEventArgs.Contents"> <summary> Returns a dictionary which maps a content type of a message to the associated formatted text. </summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ModalityActionAvailabilityChangedEventArgs"> <summary>Represents the event data of a ModalityActionAvailability event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ModalityActionAvailabilityChangedEventArgs.Action"> <summary>Gets the action identifier for which the availability has changed.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ModalityActionAvailabilityChangedEventArgs.IsAvailable"> <summary>Gets the new availability value.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ModalityPropertyChangedEventArgs"> <summary>Represents the event data of a ModalityPropertyChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ModalityPropertyChangedEventArgs.Property"> <summary>Gets the modality property type whose value has changed.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ModalityPropertyChangedEventArgs.Value"> <summary>Gets the property value who has changed.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ModalityStateChangedEventArgs"> <summary>Represents the event data of a ModalityStateChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ModalityStateChangedEventArgs.NewState"> <summary>Gets the new modality state value.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ModalityStateChangedEventArgs.OldState"> <summary>Gets the old modality state value.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ModalityStateChangedEventArgs.StatusCode"> <summary>Gets the StatusCode of the change.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.MutedChangedEventArgs"> <summary>Represents the event data of a MutedChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.MutedChangedEventArgs.IsMuted"> <summary>Gets the value of is muted flag for the participant.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.Participant"> <summary>A participant is a contact (person or phone number) that was added to a conversation. Each participant has its own modality set that represents the state of the participant in this conversation for each modality.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.Finalize"> <summary> </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginAdmit(System.AsyncCallback,System.Object)"> <summary> Admits the participant to the conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndAdmit(System.IAsyncResult)"> <summary> Admits the participant to the conference. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.CanAdmit"> <summary>Returns true if a participant can be admitted from the lobby.</summary><returns>System.Boolean</returns><remarks>Do not use this method. Use Participant.CanInvoke(ParticipantAction.Admit) instead.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.CanBeMuted"> <summary>Returns true if a participant can be muted.</summary><returns>System.Boolean</returns><remarks>Do not use this method. Use Participant.CanInvoke(ParticipantAction.SetMute) instead.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.CanDeny"> <summary>Returns true if a participant waiting in the lobby can be denied access to a conference.</summary><returns>System.Boolean</returns><remarks>Do not use this method. Use Participant.CanInvoke(ParticipantAction.Deny) instead.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.CanInvoke_private(Microsoft.Lync.Model.Conversation.ParticipantAction)"> <summary> Returns a flag indicating whether a specific action is available. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.CanSetProperty(Microsoft.Lync.Model.Conversation.ParticipantProperty)"> <summary>Test whether the property can be set to the participant.</summary><returns>System.Boolean</returns><remarks>Do not use this method. Use CanInvoke(ParticipantAction.SetProperty) instead.</remarks> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginDeny(System.AsyncCallback,System.Object)"> <summary> Denies the participant access to the conference and removes him from the lobby. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndDeny(System.IAsyncResult)"> <summary> Denies the participant access to the conference and removes him from the lobby. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginSetMute(System.Boolean,System.AsyncCallback,System.Object)"> <summary> Sets the mute state. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndSetMute(System.IAsyncResult)"> <summary> Sets the mute state. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginSetProperty(Microsoft.Lync.Model.Conversation.ParticipantProperty,System.Object,System.AsyncCallback,System.Object)"> <summary> Sets a property associated with this participant. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndSetProperty(System.IAsyncResult)"> <summary> Sets a property associated with this participant. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginLockVideo(System.AsyncCallback,System.Object)"> <summary> Asynchronously locks the participants video </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndLockVideo(System.IAsyncResult)"> <summary> Asynchronously locks the participants video </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginPinVideo(System.AsyncCallback,System.Object)"> <summary> Asynchronously pins the participant video </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndPinVideo(System.IAsyncResult)"> <summary> Asynchronously pins the participant video </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginUnLockVideo(System.AsyncCallback,System.Object)"> <summary> Asynchronously unlocks the participants video </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndUnLockVideo(System.IAsyncResult)"> <summary> Asynchronously unlocks the participants video </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.BeginUnPinVideo(System.AsyncCallback,System.Object)"> <summary> Asynchronously unpins the participant video </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.Participant.EndUnPinVideo(System.IAsyncResult)"> <summary> Asynchronously unpins the participant video </summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Participant.ActionAvailabilityChanged"> <summary>Raised when an action availability changes.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Participant.IsMutedChanged"> <summary>Raised when the mute state changes.</summary> </member> <member name="E:Microsoft.Lync.Model.Conversation.Participant.PropertyChanged"> <summary>Raised when a property value changes</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Participant.Contact"> <summary>Gets the contact object associated with the participant.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Participant.Conversation"> <summary>Gets the parent conversation object of the participant.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Participant.IsMuted"> <summary>Gets a flag indicating whether the participant is muted.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Participant.IsSelf"> <summary>Gets flag indicating whether this is the local participant.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Participant.Modalities"> <summary>Gets the collection of conversation modalities (activities</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.Participant.Properties"> <summary>Gets a collection of participant properties.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ParticipantActionAvailabilityChangedEventArgs"> <summary>Represents the event data of a ParticipantActionAvailability event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ParticipantActionAvailabilityChangedEventArgs.Action"> <summary>Gets the action identifier for which the availability has changed.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ParticipantActionAvailabilityChangedEventArgs.IsAvailable"> <summary>Gets the new availability value.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ParticipantCollectionChangedEventArgs"> <summary>Represents the event data of a ParticipantCollection event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ParticipantCollectionChangedEventArgs.Participant"> <summary>Gets the Participant object added or removed.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ParticipantCollectionChangedEventArgs.StatusCode"> <summary>Gets the StatusCode of the change.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.ParticipantPropertyChangedEventArgs"> <summary>Represents the event data of a ParticipantPropertyChanged event.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ParticipantPropertyChangedEventArgs.Property"> <summary>Gets the participant property type whose value has changed.</summary> </member> <member name="P:Microsoft.Lync.Model.Conversation.ParticipantPropertyChangedEventArgs.Value"> <summary>Gets the property value who has changed.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.AudioVideo.AudioChannel"> <summary>Represents the media channel that carries an audio data stream.</summary> </member> <member name="T:Microsoft.Lync.Model.Conversation.AudioVideo.Channel"> <summary>The base class for AudioChannel and VideoChannel.</summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.Finalize"> <summary> </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.CanInvoke(Microsoft.Lync.Model.Conversation.AudioVideo.ChannelAction)"> <summary> Returns a flag indicating whether the specific action is allowed. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.BeginStart(System.AsyncCallback,System.Object)"> <summary> Start the audio or video channel. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.EndStart(System.IAsyncResult)"> <summary> Start the audio or video channel. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.BeginStop(System.AsyncCallback,System.Object)"> <summary> Stop the audio or video channel. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.EndStop(System.IAsyncResult)"> <summary> Stop the audio or video channel. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.BeginPause(System.AsyncCallback,System.Object)"> <summary> Pause the channel. </summary> </member> <member name="M:Microsoft.Lync.Model.Conversation.AudioVideo.Channel.EndPause(System.IAsyncResul