Click or drag to resize

IEmail Interface

Email address object

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IEmail

The IEmail type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAddress
The e-mail address. e.g. 'foo.bar@example.com' A string representing the actual email address, e.g. sdk@superoffice.com
Public propertyCode exampleDescription
The name or description of the address The description for this email address, displayed in the CRM 5 GUI as Description : email address
Public propertyCode exampleId
internal Id The unique internal identity for this email address (email_id)
Public propertyCode exampleProtocol
SMTP for internet, EX for exchange, X400 The protocol the email created for this email address is sent with
Public propertyCode exampleRank
Position in list The ‘rank’ of the email address. Every email address has a rank, where rank=1 indicates the preferred email address
Public propertyCode exampleType
internal Type This property is not used. Leave it untouched; it will be used in a later version
Top
See Also