AutomationModalitySettings Enumeration
Enumerates conversation context properties
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum AutomationModalitySettings
{
uiaConversationContextSubject = 1,
uiaConversationContextPreviousConversation,
uiaConversationContextOutlookEntryId,
uiaConversationContextFilePathToTransfer,
uiaConversationContextFileIsShared,
uiaConversationContextFirstInstantMessage,
uiaConversationContextSendFirstInstantMessageImmediately,
uiaConversationContextFileHistoryLink,
uiaConversationContextStartConferenceByCallingMeAt,
uiaConversationContextSharedProcess,
uiaConversationContextSharedWindow,
uiaConversationContextSharedDesktop,
uiaConversationContextSharedMonitor,
uiaConversationContextDataObjectForFileTransfer,
uiaConversationContextApplicationId,
uiaConversationContextApplicationData,
uiaConversationContextContextualLink,
uiaConversationContextToastString,
uiaConversationContextParentWindow
};
Members
Member name | Description | |
---|---|---|
uiaConversationContextSubject |
Conversation subject as BSTR
|
|
uiaConversationContextPreviousConversation |
Id of previous conversation as BSTR
|
|
uiaConversationContextOutlookEntryId |
Outlook item Id associated with a conversation as BSTR
|
|
uiaConversationContextFilePathToTransfer |
File path of a file to transfer as BSTR
|
|
uiaConversationContextFileIsShared |
Boolean flag indicating a file history linked file is transferred to a remote user when true. VARIANT_BOOL
|
|
uiaConversationContextFirstInstantMessage |
The first instant message text to be sent in a new IM conversation as BSTR
|
|
uiaConversationContextSendFirstInstantMessageImmediately |
Boolean flag indicating the first message text is to be sent with initial conversation invitation as VARIANT_BOOL
|
|
uiaConversationContextFileHistoryLink |
Link to a file to be transferred as BSTR
|
|
uiaConversationContextStartConferenceByCallingMeAt |
Telephone number for collaboration endpoint to dial out to at start of conference as BSTR
|
|
uiaConversationContextSharedProcess |
The process id of a process to be shared with a remote user in an application sharing conversatino as UINT
|
|
uiaConversationContextSharedWindow |
The window id of a process to be shared with a remote user in an application sharing conversatino as UINT
|
|
uiaConversationContextSharedDesktop |
no value needed
|
|
uiaConversationContextSharedMonitor |
The monitor id of a process to be shared with a remote user in an application sharing conversatino as UINT
|
|
uiaConversationContextDataObjectForFileTransfer |
IDataObject
|
|
uiaConversationContextApplicationId |
Contextual Converesation BSTR
|
|
uiaConversationContextApplicationData |
BSTR
|
|
uiaConversationContextContextualLink |
BSTR
|
|
uiaConversationContextToastString |
BSTR
|
|
uiaConversationContextParentWindow |
Conversation window Docking OAHWND (long)
|