Click or drag to resize

SOEmail Interface

Email address object

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

The SOEmail 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
(Inherited from IEmail.)
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
(Inherited from IEmail.)
Public propertyCode exampleId
internal Id The unique internal identity for this email address (email_id)
(Inherited from IEmail.)
Public propertyCode exampleProtocol
SMTP for internet, EX for exchange, X400 The protocol the email created for this email address is sent with
(Inherited from IEmail.)
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
(Inherited from IEmail.)
Public propertyCode exampleType
internal Type This property is not used. Leave it untouched; it will be used in a later version
(Inherited from IEmail.)
Top
See Also