Show / Hide Table of Contents

Class ParticipantSyncData

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Inheritance
object
ParticipantSyncData
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class ParticipantSyncData : Carrier

Constructors

ParticipantSyncData()

Default constructor

Declaration
public ParticipantSyncData()
See Also
IAppointmentAgent

Properties

ContactBusiness

The business that the contact is associated with. The GUI forces the user to enter a business type.

Declaration
[DataMember]
public virtual string ContactBusiness { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

ContactCategory

The category that is set on the company. The GUI forces the user to enter a category type

Declaration
[DataMember]
public virtual string ContactCategory { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

ContactCountry

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual string ContactCountry { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

ContactDepartment

Department

Declaration
[DataMember]
public virtual string ContactDepartment { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

ContactFullName

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual string ContactFullName { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

ContactId

Contact ID of owning contact, may be 0

Declaration
[DataMember]
public virtual int ContactId { get; set; }
Property Value
Type Description
int
See Also
IAppointmentAgent

ContactName

Contact name

Declaration
[DataMember]
public virtual string ContactName { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

ContactUrl

The contact's internet adresses

Declaration
[DataMember]
public virtual string[] ContactUrl { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

Country

The country this contact is located in. The country a contact is saved with, affects the phone number format, and the address layout.

Declaration
[DataMember]
public virtual string Country { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

EMail

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual string[] EMail { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

Messenger

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual string[] Messenger { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

ParticipantStatus

The appointment status for this participant.

Declaration
[DataMember]
public virtual AppointmentStatus ParticipantStatus { get; set; }
Property Value
Type Description
AppointmentStatus
See Also
IAppointmentAgent

PersonAcademicTitle

Academic title, populated from Salutation list but can be overwritten with anything at all

Declaration
[DataMember]
public virtual string PersonAcademicTitle { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonAddress

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual AddressSyncData PersonAddress { get; set; }
Property Value
Type Description
AddressSyncData
See Also
IAppointmentAgent

PersonCountry

The country this contact person is located in.

Declaration
[DataMember]
public virtual string PersonCountry { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonFirstName

First name

Declaration
[DataMember]
public virtual string PersonFirstName { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonFormalName

Get formal name for a person, as used in labels. (Full name + person title + academic title)

Declaration
[DataMember]
public virtual string PersonFormalName { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonFullName

The person's full name localized to the current culture/country. (internal name used in clients for employees)

Declaration
[DataMember]
public virtual string PersonFullName { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonId

Person ID of person the appointment is with, may be 0

Declaration
[DataMember]
public virtual int PersonId { get; set; }
Property Value
Type Description
int
See Also
IAppointmentAgent

PersonLastname

Last name

Declaration
[DataMember]
public virtual string PersonLastname { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonMiddleName

Middle name or 'van' etc.

Declaration
[DataMember]
public virtual string PersonMiddleName { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonMrmrs

e.g. Mrs sex_title

Declaration
[DataMember]
public virtual string PersonMrmrs { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonPosition

The position. This is a predefined SuperOffice value, different from Title

Declaration
[DataMember]
public virtual string PersonPosition { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PersonTitle

Title

Declaration
[DataMember]
public virtual string PersonTitle { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

PhoneContact

Returns a collection of office phone numbers that belong to the contact person.

Declaration
[DataMember]
public virtual string[] PhoneContact { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

PhoneDirect

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual string[] PhoneDirect { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

PhoneFax

Returns a collection of fax numbers that belong to the contact person.

Declaration
[DataMember]
public virtual string[] PhoneFax { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

PhoneMobile

Returns a collection of mobile phone numbers that belong to the contact person.

Declaration
[DataMember]
public virtual string[] PhoneMobile { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

PhonePrivate

Returns a collection of phone numbers that belong to the contact person.

Declaration
[DataMember]
public virtual string[] PhonePrivate { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

PostalAddress

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual AddressSyncData PostalAddress { get; set; }
Property Value
Type Description
AddressSyncData
See Also
IAppointmentAgent

StreetAddress

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual AddressSyncData StreetAddress { get; set; }
Property Value
Type Description
AddressSyncData
See Also
IAppointmentAgent

Url

The urls related to this person.

Declaration
[DataMember]
public virtual string[] Url { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

Voip

Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.

Declaration
[DataMember]
public virtual string[] Voip { get; set; }
Property Value
Type Description
string[]
See Also
IAppointmentAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IAppointmentAgent

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.

See Also
IAppointmentAgent

See Also

IAppointmentAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top