[NetForumBusinessObjectAttribute("co_correspondence_template")]
public class EmailTemplate : NetForumEntity
<NetForumBusinessObjectAttribute("co_correspondence_template")>
Public Class EmailTemplate
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"co_correspondence_template")]
public ref class EmailTemplate : public NetForumEntity
[<NetForumBusinessObjectAttribute("co_correspondence_template")>]
type EmailTemplate =
class
inherit NetForumEntity
end
EmailTemplate | Initializes a new instance of the EmailTemplate class |
BodyHtml | |
BodyText | |
Format | |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
Name | |
NotifyBcc | |
NotifyCc | |
NotifyFrom | |
NotifyTo | |
RevisionInformation | (Inherited from NetForumEntity) |
Subject | |
Title |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |