Show / Hide Table of Contents

Class EMailAddRecipientsObject

Inheritance
Object
EMailAddRecipientsObject
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.Data
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class EMailAddRecipientsObject

Constructors

EMailAddRecipientsObject()

Declaration
public EMailAddRecipientsObject()

Properties

AssocGroupId

Declaration
public int AssocGroupId { get; set; }
Property Value
Type Description
Int32

Bcc

Declaration
public string Bcc { get; set; }
Property Value
Type Description
String

Cc

Declaration
public string Cc { get; set; }
Property Value
Type Description
String

ContactId

Declaration
public int ContactId { get; set; }
Property Value
Type Description
Int32

ContactName

Declaration
public string ContactName { get; set; }
Property Value
Type Description
String

Mode

Declaration
public EMailAddRecipientMode Mode { get; set; }
Property Value
Type Description
EMailAddRecipientMode

ProjectId

Declaration
public int ProjectId { get; set; }
Property Value
Type Description
Int32

ProjectName

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
String

SelectionId

Declaration
public int SelectionId { get; set; }
Property Value
Type Description
Int32

SelectionName

Declaration
public string SelectionName { get; set; }
Property Value
Type Description
String

SourceList

Declaration
public SelectableMDOListItem[] SourceList { get; set; }
Property Value
Type Description
SelectableMDOListItem[]

To

Declaration
public string To { get; set; }
Property Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top