MeetingRequestMessageType.NetShowUrl Property
The NetShowUrl property gets or sets a string value that contains the URL for the Microsoft NetShow online meeting for the meeting that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NetShowUrl As String
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As String
value = instance.NetShowUrl
instance.NetShowUrl = value
public string NetShowUrl { get; set; }
Property Value
Type: System.String
The NetShowUrl property returns a string value that contains the URL for the NetShow online meeting for the meeting that is associated with this instance of the MeetingRequestMessageType class.
See Also