Enumerates contextual properties of a
conversation.
Namespace:
Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
[ FlagsAttribute] public enum AutomationModalitySettings |
Members
Member name | Value | Description | |
---|---|---|---|
Subject | 1 |
Conversation subject. Property value type is
String.
|
|
PreviousConversation | 2 |
Previous conversation Id. Property value type
is String.
|
|
OutlookEntryId | 3 |
Microsoft Outlook entry Id. Property value
type is String.
|
|
FilePathToTransfer | 4 |
The file path of a file to be transferred.
Property value type is String.
|
|
FileIsShared | 5 |
Is the file shared? Property value type is
Boolean.
|
|
FirstInstantMessage | 6 |
The first instant message. Text sent with
conversation invitation. Property value is of type string.
|
|
SendFirstInstantMessageImmediately | 7 |
Send first instant message text immediately
upon starting a conversation? Property value is of type
boolean.
|
|
FileHistoryLink | 8 |
File history link. Property value is of type
string.
|
|
StartConferenceByCallingMeAt | 9 |
Telephone number to call out to conversation
participant. Property value is of type string.
|
|
SharedProcess | 10 |
Share a process running on local computer in
conversation. Property value is of type Int.
|
|
SharedWindow | 11 |
Share a window open on local computer in
conversation. Property value is of type Int.
|
|
SharedDesktop | 12 |
Share the desktop of the local computer in
conversation. No property value needed.
|
|
SharedMonitor | 13 |
Shares a monitor attached to local computer in
conversation. Property value the monitor Id an is type Int.
|
|
DataObjectForFileTransfer | 14 |
A data object is to be transferred. Property
value is object.
|
|
ApplicationId | 15 |
The application ID to be supplied as
conversation context. Property value is a GUID as string.
|
|
ApplicationData | 16 |
The data associated with the application to be
shared as conversation context. Property value is string.
|
|
HyperLink | 17 |
An URL to be included in the conversation
context.
|
|
ParentWindow | 18 |
The handle of the parent window in which the
conversation window to be docked. Property value is of type
long.
|
|
Invalid | -1 |
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.