ConferenceAccessMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents whether the client is accessing from inside or outside the organization.
public enum class ConferenceAccessMethod
public enum ConferenceAccessMethod
type ConferenceAccessMethod =
Public Enum ConferenceAccessMethod
- Inheritance
-
ConferenceAccessMethod
Fields
| External | 2 | External access. |
| Internal | 1 | Internal access. |
| None | 0 | Not known or set. |