Class EMailAddRecipientsObject
Inheritance
EMailAddRecipientsObject
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class EMailAddRecipientsObject
Constructors
EMailAddRecipientsObject()
Declaration
public EMailAddRecipientsObject()
Properties
AssocGroupId
Declaration
public int AssocGroupId { get; set; }
Property Value
Bcc
Declaration
public string Bcc { get; set; }
Property Value
Cc
Declaration
public string Cc { get; set; }
Property Value
Declaration
public int ContactId { get; set; }
Property Value
Declaration
public string ContactName { get; set; }
Property Value
Mode
Declaration
public EMailAddRecipientMode Mode { get; set; }
Property Value
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
ProjectName
Declaration
public string ProjectName { get; set; }
Property Value
SelectionId
Declaration
public int SelectionId { get; set; }
Property Value
SelectionName
Declaration
public string SelectionName { get; set; }
Property Value
SourceList
Declaration
public SelectableMDOListItem[] SourceList { get; set; }
Property Value
To
Declaration
public string To { get; set; }
Property Value