Returns the TCP/IP address for the specified server object
[Visual Basic] Public Function GetExchangeServerTcpIpAddress( _ ByVal serverObject As DirectoryEntry _ ) As String [C#] public string GetExchangeServerTcpIpAddress( DirectoryEntry serverObject ); [C++] public: String* GetExchangeServerTcpIpAddress( DirectoryEntry* serverObject ); [JScript] public function GetExchangeServerTcpIpAddress( DirectoryEntry serverObject ): String;
ADLayer Class | InfiniTec.ActiveDirectory Namespace