_AppointmentItem.MeetingWorkspaceURL Property

Returns the URL for the Meeting Workspace that the appointment item is linked to. Read-only.

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

Syntax

'Declaration
ReadOnly Property MeetingWorkspaceURL As String
    Get
'Usage
Dim instance As _AppointmentItem
Dim value As String

value = instance.MeetingWorkspaceURL
string MeetingWorkspaceURL { get; }

Property Value

Type: System.String

Remarks

A Meeting Workspace is a shared Web site for planning the meeting and tracking the results.

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace