Class EMailMessage
Class for the item type EMail Message
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class EMailMessage : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceEMailMessage()
Declaration
protected EMailMessage()
EMailMessage(ElementFactory, Object[])
Declaration
public EMailMessage(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBodyHtml()
Retrieve the body_html
property of the item
Declaration
public IProperty_Text BodyHtml()
Returns
Type | Description |
---|---|
IProperty_Text |
BodyPlain()
Retrieve the body_plain
property of the item
Declaration
public IProperty_Text BodyPlain()
Returns
Type | Description |
---|---|
IProperty_Text |
FromUser()
Retrieve the from_user
property of the item
Declaration
public IProperty_Item<User> FromUser()
Returns
Type | Description |
---|---|
IProperty_Item<User> |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
QueryString()
Retrieve the query_string
property of the item
Declaration
public IProperty_Text QueryString()
Returns
Type | Description |
---|---|
IProperty_Text |
Subject()
Retrieve the subject
property of the item
Declaration
public IProperty_Text Subject()
Returns
Type | Description |
---|---|
IProperty_Text |