TransferOptions Enumeration

Enumerates the transfer options.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

 typedef enum TransferOptions
 {
    ucTransferOptionsNone = 0x0000,
    ucTransferOptionsPreventRedirection = 0x0001,
    ucTransferOptionsIncludeActiveContext = 0x0002,
    ucTransferOptionsIncludeAllContexts = 0x0004
 };

Members

Member name Description
ucTransferOptionsNone
Default transfer.
ucTransferOptionsPreventRedirection
Prevent redirection from original transfer target.
ucTransferOptionsIncludeActiveContext
Include any active conversation context with transfer.
ucTransferOptionsIncludeAllContexts

Remarks

See Also

UCCollaborationLib Namespace