_AppointmentItem.MeetingWorkspaceURL Property
Returns a String (string in C#) value that represents 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
<DispIdAttribute()> _
ReadOnly Property MeetingWorkspaceURL As String
Get
'Usage
Dim instance As _AppointmentItem
Dim value As String
value = instance.MeetingWorkspaceURL
[DispIdAttribute()]
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.