Enumerates the transfer options.

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

Syntax

C#
[
FlagsAttribute]
public 
enum 
TransferOptions

Members

Member name Value Description
None 0
Default transfer.
DisallowRedirection 1
Prevent redirection from original transfer target.
Invalid -1

See Also