MeetingRequestMessageType.MeetingWorkspaceUrl Property
The MeetingWorkspaceUrl property gets or sets a string value that contains the URL for the meeting workspace that the meeting that is associated with this instance of the MeetingRequestMessageType class links to.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MeetingWorkspaceUrl As String
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
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 the meeting that is associated with this instance of the MeetingRequestMessageType class links to.
See Also