Click or drag to resize

SOSelectionMember Interface

A member in a Selection. This can be a Contact or a Person

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

The SOSelectionMember type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCategory
The category the selection member is registered with
(Inherited from ISelectionMember.)
Public propertyCode exampleContact
The contact object of the selection member
(Inherited from ISelectionMember.)
Public propertyCode exampleContactCity
Returns the contact object’s city property
(Inherited from ISelectionMember.)
Public propertyCode exampleContactName
The contact name of the selection member is returned as a string
(Inherited from ISelectionMember.)
Public propertyCode exampleEmail
Returns the preferred email address (email with rank = 1) for the selection member
(Inherited from ISelectionMember.)
Public propertyCode exampleId
Returns the database internal identity for the selectionmember object (selectionmember_Id).
(Inherited from ISelectionMember.)
Public propertyCode examplePerson
The contact person object registered with the selection member.
(Inherited from ISelectionMember.)
Public propertyCode examplePersonName
If there is a contact person registered with the selection member, this will return the formatted name on this contact person
(Inherited from ISelectionMember.)
Public propertyCode examplePhone
The preferred phone number (the phone number with rank = 1) for the contact representing the selection member - formatted
(Inherited from ISelectionMember.)
Top
See Also