UpdateContactProfile.PrimaryEmailAddress Property

Definition

Gets or sets primary email address.

[Newtonsoft.Json.JsonProperty(PropertyName="primaryEmailAddress")]
public string PrimaryEmailAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="primaryEmailAddress")>]
member this.PrimaryEmailAddress : string with get, set
Public Property PrimaryEmailAddress As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to