API Reference / EmailActivityItemAPI ReferenceClass EmailActivityItemEdit on GitHubNamespace HtmlForgeX.EmailAssembly HtmlForgeX.EmailSource Components/Utility/EmailActivityList.cs:150Modifiers sealedItem definition for EmailActivityList.InheritanceObjectEmailActivityItemFilter membersAll (10) Constructors (1) Methods (4) Properties (5)Show inherited Expand all Collapse all ResetConstructorspublic EmailActivityItem() #Components/Utility/EmailActivityList.cs:150Inherited Methodspublic override Boolean Equals(Object obj) #Components/Text/EmailText.cs:101Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Components/Text/EmailText.Fluent.cs:14Returns: Int32Inherited from Objectpublic Type GetType() #Components/Text/EmailText.cs:72Returns: TypeInherited from Objectpublic override String ToString() #Components/Text/EmailText.cs:92Returns: StringInherited from ObjectPropertiespublic String Title { get; set; } #Components/Utility/EmailActivityList.cs:150Title text.public String Description { get; set; } #Components/Utility/EmailActivityList.cs:152Description text.public String Meta { get; set; } #Components/Utility/EmailActivityList.cs:154Meta text (timestamp, badge text, etc.).public String DotColor { get; set; } #Components/Utility/EmailActivityList.cs:156Optional dot color override.public String Href { get; set; } #Components/Utility/EmailActivityList.cs:158Optional link URL for the title.