ExchangePublicFolderContentSource.ConstructExchangeStartAddress method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function ConstructExchangeStartAddress ( _
startAddress As String _
) As String
'Usage
Dim startAddress As String
Dim returnValue As String
returnValue = ExchangePublicFolderContentSource.ConstructExchangeStartAddress(startAddress)
public static string ConstructExchangeStartAddress(
string startAddress
)
Parameters
- startAddress
Type: System.String
Return value
Type: System.String
See also
Reference
ExchangePublicFolderContentSource class