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