Click or drag to resize
EmailTemplateTypeEnum Enumeration

Note: This API is now obsolete.

Email template type enumeration.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("The enum has been replaced by string constants for extensibility reasons. See individual enum members for information regarding proper string constant replacements.")]
public enum EmailTemplateTypeEnum
Members
  Member nameValueDescription
General0 Obsolete. General template type..
Automation1 Obsolete. Automation template type.
Blog2 Obsolete. Blog template type.
BlogSubscription3 Obsolete. Blog subscription template type.
Boards4 Obsolete. Boards template type.
BoardsSubscription5 Obsolete. Boards subscription template type.
BookingEvent6 Obsolete. Booking event template type.
Ecommerce7 Obsolete. Ecommerce template type.
EcommerceEproductExpiration8 Obsolete. Ecommerce e-product expiration template type.
Forum9 Obsolete. Forum template type.
ForumSubscribtion10 Obsolete. Forum subscribtion template type.
Friends11 Obsolete. Friends template type.
GroupMember12 Obsolete. Group member template type.
GroupInvitation13 Obsolete. Group invitation template type.
GroupMemberInvitation14 Obsolete. Group member invitation template type.
Password15 Obsolete. Password template type.
Messaging16 Obsolete. Messaging template type.
Registration17 Obsolete. Registration template type.
RegistrationApproval18 Obsolete. Registration approval template type.
MembershipRegistration19 Obsolete. Membership registration template type.
MembershipExpiration20 Obsolete. Membership expiration template type.
MembershipChangePassword21 Obsolete. Membership change password template type.
MembershipUnlockAccount22 Obsolete. Membership unlock account template type.
ForgottenPassword23 Obsolete. Forgotten password template type.
Newsletter24 Obsolete. Newsletter template type.
WorkflowEmail25 Obsolete. Workflow template type.
Scoring26 Obsolete. Scoring template type.
TranslationServices27 Obsolete. Translation services template type.
Reporting28 Obsolete. Reporting template type.
See Also