AutomationModalitySettings enumeration

Enumerates the settings on an automation modality.

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 Returns true if the file is shared. Property value type is Boolean.
FirstInstantMessage The first instant message. Text sent with conversation invitation. Property value is of type string.
SendFirstInstantMessageImmediately Set to true if the first instant message text is to be sent 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
ApplicationData
HyperLink
ParentWindow
Reserved1
Reserved2
Invalid

See also

Reference

Microsoft.Lync.Model.Extensibility namespace