ManagedFolderInformationType.HomePage Property
The HomePage property gets the URL that is the default home page for the managed folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property HomePage As String
Get
Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As String
value = instance.HomePage
instance.HomePage = value
public string HomePage { get; set; }
Property Value
Type: System.String
The HomePage property returns a URL.
See Also