Click or drag to resize

MessageAddresses Class

Represents the various sender and recipient e-mail addresses related to a given message
Inheritance Hierarchy
SystemObject
  Ignition.CommunicationMessageAddresses

Namespace: Ignition.Communication
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class MessageAddresses

The MessageAddresses type exposes the following members.

Constructors
 NameDescription
Public methodMessageAddresses(String, String) Default constructor
Public methodMessageAddresses(String, String) Constructor for multiple recipients
Top
Properties
 NameDescription
Public propertyBCCObsolete.
Public propertyBccAddresses The e-mail addresses that the message will BCC'ed to
Public propertyCCObsolete.
Public propertyCcAddresses The e-mail addresses that the message will CC'ed to
Public propertyFromObsolete.
Public propertyFromAddress The e-mail address that the message will be sent from
Public propertySingleBCCObsolete.
Returns a single BCC address or null
Public propertySingleCCObsolete.
Returns a single CC address or null
Public propertySingleToObsolete.
Returns a single To address or null
Public propertyToObsolete.
Public propertyToAddresses The e-mail addresses that the message will be sent to
Top
See Also