Skip to main content
Represents an appointment participant.

Constructors

NSParticipantInfo()

Initializes a new instance of the NSParticipantInfo class.

Methods

GetAssociateId()

Returns: CRMScript.Global.Integer - Associate ID of the participant if the participant is an associate (or resource). Example:

GetContactId()

Returns: CRMScript.Global.Integer - Contact ID of the participant if the participant is an associate or person. Example:

GetEmailId()

Returns: CRMScript.Global.Integer - The email ID of the email belonging to the appointment record belonging to this person. Example:

GetInvitationStatus()

Returns: CRMScript.Global.Integer - The participant status for the appointment. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - Person ID of the participant if the participant is a person. Example:

GetSendEmail()

Returns: CRMScript.Global.Bool - True if the participant has been sent an email or should be sent an email. Example:

SetAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetEmailId(Integer)

Returns: CRMScript.Global.Void Example:

SetInvitationStatus(Integer)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetSendEmail(Bool)

Returns: CRMScript.Global.Void Example: