TransferOptions enumeration

Enumerates the transfer options.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TransferOptions
'Usage
Dim instance As TransferOptions
[FlagsAttribute]
public enum TransferOptions

Members

Member name Description
None Default transfer.
DisallowRedirection Prevent redirection from original transfer target.
Reserved1
Reserved2
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation.AudioVideo namespace