_ContactItem.InternetFreeBusyAddress Property

Definition

Returns or sets a String (string in C#) corresponding to the Address box on the Details tab for a contact. Read/write.

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

Property Value

Remarks

The Address box on the Details tab can contain the URL location of the user's free-busy information in vCard Free-Busy standard format.

Applies to