Show / Hide Table of Contents

Class NSParticipantSyncData

Carrier object for ParticipantSyncData.

Syntax

Constructors

NSParticipantSyncData()

Initializes a new instance of the NSParticipantSyncData class.

Declaration
NSParticipantSyncData

Methods

GetContactBusiness()

Carrier object for ParticipantSyncData.

Declaration
String GetContactBusiness()
Returns
Type Description
String

The business that the contact is associated with.

Remarks

The GUI forces the user to enter a business type.

Examples
NSParticipantSyncData thing;
String contactBusiness = thing.GetContactBusiness();

GetContactCategory()

Carrier object for ParticipantSyncData.

Declaration
String GetContactCategory()
Returns
Type Description
String

The category that is set on the company.

Remarks

The GUI forces the user to enter a category type

Examples
NSParticipantSyncData thing;
String contactCategory = thing.GetContactCategory();

GetContactCountry()

Carrier object for ParticipantSyncData.

Declaration
String GetContactCountry()
Returns
Type Description
String
Examples
NSParticipantSyncData thing;
String contactCountry = thing.GetContactCountry();

GetContactDepartment()

Carrier object for ParticipantSyncData.

Declaration
String GetContactDepartment()
Returns
Type Description
String

Department.

Examples
NSParticipantSyncData thing;
String contactDepartment = thing.GetContactDepartment();

GetContactFullName()

Carrier object for ParticipantSyncData.

Declaration
String GetContactFullName()
Returns
Type Description
String
Examples
NSParticipantSyncData thing;
String contactFullName = thing.GetContactFullName();

GetContactId()

Carrier object for ParticipantSyncData.

Declaration
Integer GetContactId()
Returns
Type Description
Integer

Contact ID of owning contact, may be 0

Examples
NSParticipantSyncData thing;
Integer contactId = thing.GetContactId();

GetContactName()

Carrier object for ParticipantSyncData.

Declaration
String GetContactName()
Returns
Type Description
String

Contact name.

Examples
NSParticipantSyncData thing;
String contactName = thing.GetContactName();

GetContactUrl()

Carrier object for ParticipantSyncData.

Declaration
String[] GetContactUrl()
Returns
Type Description
String[]

The contact's internet addresses.

Examples
NSParticipantSyncData thing;
String[] contactUrl = thing.GetContactUrl();

GetCountry()

Carrier object for ParticipantSyncData.

Declaration
String GetCountry()
Returns
Type Description
String

The country this contact is located in.

Remarks

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

Examples
NSParticipantSyncData thing;
String country = thing.GetCountry();

GetEMail()

Carrier object for ParticipantSyncData.

Declaration
String[] GetEMail()
Returns
Type Description
String[]
Examples
NSParticipantSyncData thing;
String[] eMail = thing.GetEMail();

GetMessenger()

Carrier object for ParticipantSyncData.

Declaration
String[] GetMessenger()
Returns
Type Description
String[]
Examples
NSParticipantSyncData thing;
String[] messenger = thing.GetMessenger();

GetParticipantStatus()

Carrier object for ParticipantSyncData.

Declaration
Integer GetParticipantStatus()
Returns
Type Description
Integer

The appointment status for this participant. See AppointmentStatus

Examples
NSParticipantSyncData thing;
Integer participantStatus = thing.GetParticipantStatus();

GetPersonAcademicTitle()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonAcademicTitle()
Returns
Type Description
String

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

Examples
NSParticipantSyncData thing;
String personAcademicTitle = thing.GetPersonAcademicTitle();

GetPersonAddress()

Carrier object for ParticipantSyncData.

Declaration
NSAddressSyncData GetPersonAddress()
Returns
Type Description
NSAddressSyncData
Examples
NSParticipantSyncData thing;
NSAddressSyncData personAddress = thing.GetPersonAddress();

GetPersonCountry()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonCountry()
Returns
Type Description
String

The country this contact person is located in.

Examples
NSParticipantSyncData thing;
String personCountry = thing.GetPersonCountry();

GetPersonFirstName()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonFirstName()
Returns
Type Description
String

First name.

Examples
NSParticipantSyncData thing;
String personFirstName = thing.GetPersonFirstName();

GetPersonFormalName()

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

Declaration
String GetPersonFormalName()
Returns
Type Description
String
Examples
NSParticipantSyncData thing;
String personFormalName = thing.GetPersonFormalName();

GetPersonFullName()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonFullName()
Returns
Type Description
String

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

Examples
NSParticipantSyncData thing;
String personFullName = thing.GetPersonFullName();

GetPersonId()

Carrier object for ParticipantSyncData.

Declaration
Integer GetPersonId()
Returns
Type Description
Integer

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

Examples
NSParticipantSyncData thing;
Integer personId = thing.GetPersonId();

GetPersonLastname()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonLastname()
Returns
Type Description
String

Last name.

Examples
NSParticipantSyncData thing;
String personLastname = thing.GetPersonLastname();

GetPersonMiddleName()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonMiddleName()
Returns
Type Description
String

Middle name or 'van' etc.

Examples
NSParticipantSyncData thing;
String personMiddleName = thing.GetPersonMiddleName();

GetPersonMrmrs()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonMrmrs()
Returns
Type Description
String
Examples
NSParticipantSyncData thing;
String personMrmrs = thing.GetPersonMrmrs();

GetPersonPosition()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonPosition()
Returns
Type Description
String

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

Examples
NSParticipantSyncData thing;
String personPosition = thing.GetPersonPosition();

GetPersonTitle()

Carrier object for ParticipantSyncData.

Declaration
String GetPersonTitle()
Returns
Type Description
String

Title.

Examples
NSParticipantSyncData thing;
String personTitle = thing.GetPersonTitle();

GetPhoneContact()

Carrier object for ParticipantSyncData.

Declaration
String[] GetPhoneContact()
Returns
Type Description
String[]

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

Examples
NSParticipantSyncData thing;
String[] phoneContact = thing.GetPhoneContact();

GetPhoneDirect()

Carrier object for ParticipantSyncData.

Declaration
String[] GetPhoneDirect()
Returns
Type Description
String[]
Examples
NSParticipantSyncData thing;
String[] phoneDirect = thing.GetPhoneDirect();

GetPhoneFax()

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

Declaration
String[] GetPhoneFax()
Returns
Type Description
String[]
Examples
NSParticipantSyncData thing;
String[] phoneFax = thing.GetPhoneFax();

GetPhoneMobile()

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

Declaration
String[] GetPhoneMobile()
Returns
Type Description
String[]
Examples
NSParticipantSyncData thing;
String[] phoneMobile = thing.GetPhoneMobile();

GetPhonePrivate()

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

Declaration
String[] GetPhonePrivate()
Returns
Type Description
String[]
Examples
NSParticipantSyncData thing;
String[] phonePrivate = thing.GetPhonePrivate();

GetPostalAddress()

Carrier object for ParticipantSyncData.

Declaration
NSAddressSyncData GetPostalAddress()
Returns
Type Description
NSAddressSyncData
Examples
NSParticipantSyncData thing;
NSAddressSyncData postalAddress = thing.GetPostalAddress();

GetStreetAddress()

Carrier object for ParticipantSyncData.

Declaration
NSAddressSyncData GetStreetAddress()
Returns
Type Description
NSAddressSyncData
Examples
NSParticipantSyncData thing;
NSAddressSyncData streetAddress = thing.GetStreetAddress();

GetUrl()

Carrier object for ParticipantSyncData.

Declaration
String[] GetUrl()
Returns
Type Description
String[]

The URLs related to this person.

Examples
NSParticipantSyncData thing;
String[] url = thing.GetUrl();

GetVoip()

Carrier object for ParticipantSyncData.

Declaration
String[] GetVoip()
Returns
Type Description
String[]
Examples
NSParticipantSyncData thing;
String[] voip = thing.GetVoip();

SetContactBusiness(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetContactBusiness(String contactBusiness)
Parameters
Type Name Description
String contactBusiness

The business that the contact is associated with.

Returns
Type Description
Void
Remarks

The GUI forces the user to enter a business type.

Examples
NSParticipantSyncData thing;
String contactBusiness;
thing.SetContactBusiness(contactBusiness);

SetContactCategory(String)

The GUI forces the user to enter a category type

Declaration
Void SetContactCategory(String contactCategory)
Parameters
Type Name Description
String contactCategory

The category that is set on the company.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String contactCategory;
thing.SetContactCategory(contactCategory);

SetContactCountry(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetContactCountry(String contactCountry)
Parameters
Type Name Description
String contactCountry
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String contactCountry;
thing.SetContactCountry(contactCountry);

SetContactDepartment(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetContactDepartment(String contactDepartment)
Parameters
Type Name Description
String contactDepartment

Department.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String contactDepartment;
thing.SetContactDepartment(contactDepartment);

SetContactFullName(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetContactFullName(String contactFullName)
Parameters
Type Name Description
String contactFullName
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String contactFullName;
thing.SetContactFullName(contactFullName);

SetContactId(Integer)

Carrier object for ParticipantSyncData.

Declaration
Void SetContactId(Integer contactId)
Parameters
Type Name Description
Integer contactId

Contact ID of owning contact, may be 0

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
Integer contactId;
thing.SetContactId(contactId);

SetContactName(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetContactName(String contactName)
Parameters
Type Name Description
String contactName

Contact name.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String contactName;
thing.SetContactName(contactName);

SetContactUrl(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetContactUrl(String[] contactUrl)
Parameters
Type Name Description
String[] contactUrl

The contact's internet addresses.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] contactUrl;
thing.SetContactUrl(contactUrl);

SetCountry(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetCountry(String country)
Parameters
Type Name Description
String country

The country this contact is located in.

Returns
Type Description
Void
Remarks

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

Examples
NSParticipantSyncData thing;
String country;
thing.SetCountry(country);

SetEMail(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetEMail(String[] eMail)
Parameters
Type Name Description
String[] eMail
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] eMail;
thing.SetEMail(eMail);

SetMessenger(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetMessenger(String[] messenger)
Parameters
Type Name Description
String[] messenger
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] messenger;
thing.SetMessenger(messenger);

SetParticipantStatus(Integer)

Carrier object for ParticipantSyncData.

Declaration
Void SetParticipantStatus(Integer participantStatus)
Parameters
Type Name Description
Integer participantStatus

The appointment status for this participant. See AppointmentStatus.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
Integer participantStatus;
thing.SetParticipantStatus(participantStatus);

SetPersonAcademicTitle(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonAcademicTitle(String personAcademicTitle)
Parameters
Type Name Description
String personAcademicTitle

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

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personAcademicTitle;
thing.SetPersonAcademicTitle(personAcademicTitle);

SetPersonAddress(NSAddressSyncData)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonAddress(NSAddressSyncData personAddress)
Parameters
Type Name Description
NSAddressSyncData personAddress
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
NSAddressSyncData personAddress;
thing.SetPersonAddress(personAddress);

SetPersonCountry(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonCountry(String personCountry)
Parameters
Type Name Description
String personCountry

The country this contact person is located in.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personCountry;
thing.SetPersonCountry(personCountry);

SetPersonFirstName(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonFirstName(String personFirstName)
Parameters
Type Name Description
String personFirstName

First name.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personFirstName;
thing.SetPersonFirstName(personFirstName);

SetPersonFormalName(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonFormalName(String personFormalName)
Parameters
Type Name Description
String personFormalName

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

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personFormalName;
thing.SetPersonFormalName(personFormalName);

SetPersonFullName(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonFullName(String personFullName)
Parameters
Type Name Description
String personFullName

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

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personFullName;
thing.SetPersonFullName(personFullName);

SetPersonId(Integer)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonId(Integer personId)
Parameters
Type Name Description
Integer personId

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

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
Integer personId;
thing.SetPersonId(personId);

SetPersonLastname(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonLastname(String personLastname)
Parameters
Type Name Description
String personLastname

Last name.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personLastname;
thing.SetPersonLastname(personLastname);

SetPersonMiddleName(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonMiddleName(String personMiddleName)
Parameters
Type Name Description
String personMiddleName

Middle name or 'van' etc.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personMiddleName;
thing.SetPersonMiddleName(personMiddleName);

SetPersonMrmrs(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonMrmrs(String personMrmrs)
Parameters
Type Name Description
String personMrmrs
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personMrmrs;
thing.SetPersonMrmrs(personMrmrs);

SetPersonPosition(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonPosition(String personPosition)
Parameters
Type Name Description
String personPosition

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

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personPosition;
thing.SetPersonPosition(personPosition);

SetPersonTitle(String)

Carrier object for ParticipantSyncData.

Declaration
Void SetPersonTitle(String personTitle)
Parameters
Type Name Description
String personTitle

Title.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String personTitle;
thing.SetPersonTitle(personTitle);

SetPhoneContact(String[])

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

Declaration
Void SetPhoneContact(String[] phoneContact)
Parameters
Type Name Description
String[] phoneContact
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] phoneContact;
thing.SetPhoneContact(phoneContact);

SetPhoneDirect(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetPhoneDirect(String[] phoneDirect)
Parameters
Type Name Description
String[] phoneDirect
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] phoneDirect;
thing.SetPhoneDirect(phoneDirect);

SetPhoneFax(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetPhoneFax(String[] phoneFax)
Parameters
Type Name Description
String[] phoneFax

A collection of fax numbers that belong to the contact person.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] phoneFax;
thing.SetPhoneFax(phoneFax);

SetPhoneMobile(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetPhoneMobile(String[] phoneMobile)
Parameters
Type Name Description
String[] phoneMobile

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

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] phoneMobile;
thing.SetPhoneMobile(phoneMobile);

SetPhonePrivate(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetPhonePrivate(String[] phonePrivate)
Parameters
Type Name Description
String[] phonePrivate

A collection of phone numbers that belong to the contact person.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] phonePrivate;
thing.SetPhonePrivate(phonePrivate);

SetPostalAddress(NSAddressSyncData)

Carrier object for ParticipantSyncData.

Declaration
Void SetPostalAddress(NSAddressSyncData postalAddress)
Parameters
Type Name Description
NSAddressSyncData postalAddress
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
NSAddressSyncData postalAddress;
thing.SetPostalAddress(postalAddress);

SetStreetAddress(NSAddressSyncData)

Carrier object for ParticipantSyncData.

Declaration
Void SetStreetAddress(NSAddressSyncData streetAddress)
Parameters
Type Name Description
NSAddressSyncData CRMScript_NetServer_NSParticipantSyncData_SetStreetAddress_NSAddressSyncData_
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
NSAddressSyncData streetAddress;
thing.SetStreetAddress(streetAddress);

SetUrl(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetUrl(String[] url)
Parameters
Type Name Description
String[] url

The URLs related to this person.

Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] url;
thing.SetUrl(url);

SetVoip(String[])

Carrier object for ParticipantSyncData.

Declaration
Void SetVoip(String[] voip)
Parameters
Type Name Description
String[] voip
Returns
Type Description
Void
Examples
NSParticipantSyncData thing;
String[] voip;
thing.SetVoip(voip);
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top