An NDoc documented library

ADLayer.GetExchangeServerTcpIpAddress Method

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;

Parameters

serverObject

Return Value

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace