Click or drag to resize

SOPhone Interface

Phone object. Hangs off Contact and Person objects. Automatically saved when the Contact or Person object is saved.

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

The SOPhone type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDescription
Description The phone number’s description
(Inherited from IPhone.)
Public propertyCode exampleFormattedPhone
The Number formatted with international dialing prefix added or removed, as apporopriate. For example, if we here in SuperOffice ASA run this on our SuperOffice subsidiary in United Kingdom contact card, this will return 00 (international prefix from Norway) + 44 (United Kingdoms Country code) + phone number
(Inherited from IPhone.)
Public propertyCode exampleId
Id - relative to owner
(Inherited from IPhone.)
Public propertyCode exampleIdentity
Identity - record #
(Inherited from IPhone.)
Public propertyCode exampleNumber
The phone number , without Country code and International Prefix
(Inherited from IPhone.)
Public propertyCode exampleRank
Rank starts at 1 and should be unique within a collection Every phone number has a rank, where rank=1 indicates the preferred phone number
(Inherited from IPhone.)
Public propertyCode exampleStrippedPhone
The number stripped of spaces and prefixes Returns the phone number stripped for spaces, but with country prefix
(Inherited from IPhone.)
Public propertyCode exampleType
Type (1=phone, 3=fax, 5=mobile) See database manual for an updated list of type codes
(Inherited from IPhone.)
Public propertyCode exampleValidFrom
The phone is valid from this date
(Inherited from IPhone.)
Public propertyCode exampleValidTo
The phone is valid to this date
(Inherited from IPhone.)
Top
See Also