Class EMailAddress
Carrier object for EMailAddress. Services for the EMailAddress Carrier is available from the IEMailAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class EMailAddress : Carrier
Constructors
EMailAddress()
Default constructor
Declaration
public EMailAddress()
See Also
Properties
Address
Carrier object for EMailAddress. Services for the EMailAddress Carrier is available from the IEMailAgent.
Declaration
public virtual string Address { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
AssociateId
Primary key
Declaration
public virtual int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ContactId
Primary key
Declaration
public virtual int ContactId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ContactName
Carrier object for EMailAddress. Services for the EMailAddress Carrier is available from the IEMailAgent.
Declaration
public virtual string ContactName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
DuplicatePersonIds
All persons with this EmailAddress stored in db is listed here
Declaration
public virtual int[] DuplicatePersonIds { get; set; }
Property Value
Type | Description |
---|---|
Int32[] |
See Also
EmailId
Primary key
Declaration
public virtual int EmailId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Name
The name on the email address
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
PersonId
Primary key
Declaration
public virtual int PersonId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
PersonName
Carrier object for EMailAddress. Services for the EMailAddress Carrier is available from the IEMailAgent.
Declaration
public virtual string PersonName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |