| LyncPlatformLibraryInteractionType Enumeration |
Namespace: Inkostar.EnumsAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LyncPlatformLibraryInteractionType
Public Enumeration LyncPlatformLibraryInteractionType
public enum class LyncPlatformLibraryInteractionType
type LyncPlatformLibraryInteractionType
Members|
| Member name | Value | Description |
|---|
| Inbound | 0 |
The interaction is an inbound call.
|
| Outbound | 1 |
The interaction is an outbound call.
|
| Conference | 2 |
The interaction is a conference call.
|
See Also