Enumerates the various types of redirection.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration RedirectionTypes
'Usage
Dim instance As RedirectionTypes
[FlagsAttribute]
public enum RedirectionTypes
Members
| Member name | Description | |
|---|---|---|
| None | No redirection. | |
| ReplyWithInstantMessage | Redirect by replying with instant message. | |
| ReplyWithAudioVideo | Redirect by replying with audio or audio/video. | |
| ForwardToVoiceMail | Redirect to voicemail. | |
| ForwardToContact | Redirect to other contact. | |
| Invalid |