Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the subject of the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Subject As String
Get
Set
'Usage
Dim instance As ConversationSettings
Dim value As String
value = instance.Subject
instance.Subject = value
public string Subject { get; set; }
Property Value
Type: System.String
Remarks
The conversation subject is used in the client user interface to indicate what the conversation is about before accepting a call. If the conversation is a follow up to an email message, it may be the same as the subject of the mail that prompted the conversation.