ExchangePublicFolderContentSource.ConstructExchangeStartAddress method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Shared Function ConstructExchangeStartAddress ( _
startAddress As String _
) As String
'Uso
Dim startAddress As String
Dim returnValue As String
returnValue = ExchangePublicFolderContentSource.ConstructExchangeStartAddress(startAddress)
public static string ConstructExchangeStartAddress(
string startAddress
)
Parâmetros
- startAddress
Type: System.String
Valor retornado
Type: System.String
Ver também
Referência
ExchangePublicFolderContentSource class