_ContactItem.OtherAddress Property

Definition

Returns or sets a String (string in C#) representing the other address for the contact. Read/write.

public:
 property System::String ^ OtherAddress { System::String ^ get(); void set(System::String ^ value); };
public string OtherAddress { get; set; }
Public Property OtherAddress As String

Property Value

Remarks

This property contains the full, unparsed other address for the contact.

Applies to