UserType 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.
The type of user that a message request executes for.
public enum class UserType
public enum UserType
type UserType =
Public Enum UserType
- Inheritance
-
UserType
Fields
Name | Value | Description |
---|---|---|
CrmUser | 0 | A CRM system user. |
ExternalPartyUser | 1 | An external party user. |