_ContactItem.InternetFreeBusyAddress Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property InternetFreeBusyAddress As String
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.InternetFreeBusyAddress

instance.InternetFreeBusyAddress = value
[DispIdAttribute()]
string InternetFreeBusyAddress { get; set; }

Property Value

Type: System.String

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.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace