Show / Hide Table of Contents

Class EMailAddAddressObject

Inheritance
Object
EMailAddAddressObject
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 EMailAddAddressObject

Constructors

EMailAddAddressObject()

Declaration
public EMailAddAddressObject()

Properties

Address

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

ContactId

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

Name

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

PersonId

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

RawAddress

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

Task

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