MOVEitMessageInfoRecipientType Enumeration |
Message recipient types.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public enum RecipientType
Public Enumeration RecipientType
public enum class RecipientType
Members
| Member name | Value | Description |
---|
| TO | 0 | Main recipient. |
| CC | 1 | "Carbon Copy" recipient. |
| BCC | 2 | "Blind Carbon Copy" recipient. |
See Also