CalendarItemType.MeetingWorkspaceUrl Property
The MeetingWorkspaceUrl property gets or sets a string value that contains the URL for the meeting workspace that is included in the calendar item. A meeting workspace is a shared Web site for planning the meeting and tracking the results.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MeetingWorkspaceUrl As String
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As String
value = instance.MeetingWorkspaceUrl
instance.MeetingWorkspaceUrl = value
public string MeetingWorkspaceUrl { get; set; }
Property Value
Type: System.String
The MeetingWorkspaceUrl property returns a string value that contains the URL for the meeting workspace that is included in the calendar item.
See Also