PSContactProfile Class

Definition

public class PSContactProfile
type PSContactProfile = class
Public Class PSContactProfile
Inheritance
PSContactProfile

Constructors

PSContactProfile()

Properties

AdditionalEmailAddresses

Gets or sets additional email addresses.

Country

Gets or sets country of the user. This is the ISO Alpha-3 code

FirstName

Gets or sets first name.

LastName

Gets or sets last name.

PhoneNumber

Gets or sets phone number. This is required if preferred contact method is phone.

PreferredContactMethod

Gets or sets preferred contact method. Possible values include: 'email', 'phone'

PreferredSupportLanguage

Gets or sets language of the user. This is the standard country-language code.

PreferredTimeZone

Gets or sets time zone of the user. This is the System.TimeZoneInfo.Id value

PrimaryEmailAddress

Gets or sets primary email address.

Extension Methods

ToContactProfile(PSContactProfile)
ToSdkContactProfile(PSContactProfile)

Applies to