PowerTCP Sockets for .NET
GetMxHostEntries(String,IPEndPoint) Method




Syntax
'Declaration
 
Public Overloads Function GetMxHostEntries( _
   ByVal emailAddress As String, _
   ByVal remoteEndPoint As IPEndPoint _
) As MxHostEntry()
'Usage
 
Dim instance As DnsSlave
Dim emailAddress As String
Dim remoteEndPoint As IPEndPoint
Dim value() As MxHostEntry
 
value = instance.GetMxHostEntries(emailAddress, remoteEndPoint)
public MxHostEntry[] GetMxHostEntries( 
   string emailAddress,
   IPEndPoint remoteEndPoint
)
public: MxHostEntry*[]* GetMxHostEntries( 
   string* emailAddress,
   IPEndPoint* remoteEndPoint
) 
public:
array<MxHostEntry^>^ GetMxHostEntries( 
   String^ emailAddress,
   IPEndPoint^ remoteEndPoint
) 

Parameters

emailAddress
remoteEndPoint
See Also

Reference

DnsSlave Class
DnsSlave Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic