SmtpResponse.QueuedMailForRedundancy method (String, String, String)
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared Function QueuedMailForRedundancy ( _
messageId As String, _
recordId As String, _
hostname As String _
) As SmtpResponse
'Usage
Dim messageId As String
Dim recordId As String
Dim hostname As String
Dim returnValue As SmtpResponse
returnValue = SmtpResponse.QueuedMailForRedundancy(messageId, _
recordId, hostname)
public static SmtpResponse QueuedMailForRedundancy(
string messageId,
string recordId,
string hostname
)
Parameters
- messageId
Type: System.String
- recordId
Type: System.String
- hostname
Type: System.String
Return value
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse