.NET Framework Class Library
EmailParameterType Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
Email parameter type constants.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration EmailParameterType |
C# |
|---|
public enum EmailParameterType |
Visual C++ |
|---|
public enum class EmailParameterType |
JavaScript |
|---|
MwPDMApi.EmailParameterType = function(); MwPDMApi.EmailParameterType.createEnum('MwPDMApi.EmailParameterType', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
NOTIFICATION |
0 |
||
SUBJECT |
1 |
||
BODY_TXT |
2 |
||
BODY_HTML |
3 |
||
ATTACHMENT |
4 |
Remarks
See Also