Enumerates the various types of
redirection.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
[ FlagsAttribute] public enum RedirectionTypes |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
No redirection.
|
|
ReplyWithInstantMessage | 1 |
Redirect by replying with instant
message.
|
|
ReplyWithAudioVideo | 2 |
Redirect by replying with audio or
audio/video.
|
|
ForwardToVoiceMail | 4 |
Redirect to voicemail.
|
|
ForwardToContact | 8 |
Redirect to other contact.
|
|
Invalid | -1 |