PersistentChatAddIn Class

Definition

An add-in is a web-based application which can be associated with a chat room (see AddIn).

public ref class PersistentChatAddIn
public class PersistentChatAddIn
type PersistentChatAddIn = class
Public Class PersistentChatAddIn
Inheritance
PersistentChatAddIn

Remarks

The chat room interacts with the add-in, sending it notification of inbound and outbound messages. The add-in also has access to metadata about the chat room and the messages which are posted to it.

An add-in must be registered with the system before it can be used on a chat room. The list of registered add-ins may be obtained from BeginGetAllAddIns(AsyncCallback, Object)

Properties

AddInId

Gets the add-in ID.

Name

Gets the name of the add-in. The name will be displayed in a list of add-ins from which chat room managers can select when they are managing a chat room.

Uri

Gets the URI of the web page to be displayed by the add-in. Can be null if the UriString is not a valid URI-compatible format like "http://www.contoso.com".

UriString

Gets the string representation of the URI of the web page to be displayed by the add-in.

Applies to