AutomationModalitySettings Enumeration
Enumerates contextual properties of a conversation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AutomationModalitySettings
'Usage
Dim instance As AutomationModalitySettings
[FlagsAttribute]
public enum AutomationModalitySettings
Members
Member name | Description | |
---|---|---|
Subject | Conversation subject. Property value type is String. | |
PreviousConversation | Previous conversation Id. Property value type is String. | |
OutlookEntryId | Microsoft Outlook entry Id. Property value type is String. | |
FilePathToTransfer | The file path of a file to be transferred. Property value type is String. | |
FileIsShared | Is the file shared? Property value type is Boolean. | |
FirstInstantMessage | The first instant message. Text sent with conversation invitation. Property value is of type string. | |
SendFirstInstantMessageImmediately | Send first instant message text immediately upon starting a conversation? Property value is of type boolean. | |
FileHistoryLink | File history link. Property value is of type string. | |
StartConferenceByCallingMeAt | Telephone number to call out to conversation participant. Property value is of type string. | |
SharedProcess | Share a process running on local computer in conversation. Property value is of type Int. | |
SharedWindow | Share a window open on local computer in conversation. Property value is of type Int. | |
SharedDesktop | Share the desktop of the local computer in conversation. No property value needed. | |
SharedMonitor | Shares a monitor attached to local computer in conversation. Property value the monitor Id an is type Int. | |
DataObjectForFileTransfer | A data object is to be transferred. Property value is object. | |
ApplicationId | The application ID to be supplied as conversation context. Property value is a GUID as string. | |
ApplicationData | The data associated with the application to be shared as conversation context. Property value is string. | |
HyperLink | An URL to be included in the conversation context. | |
ParentWindow | The handle of the parent window in which the conversation window to be docked. Property value is of type long. | |
Invalid |
Remarks
Modal-specific conversation context values are ignored when the mode is not set for a conversation. For example: UiaConversationContext.FirstInstantMessage is ignored when a conversation is not set to use UiaConversationModes.InstantMessaging.