PowerTCP Mail for .NET
PipelineSendException Class
Members 




Thrown when a message fails to be sent using the SMTP Pipelining extension.
Object Model
PipelineSendException Class
Syntax
<SerializableAttribute()>
Public Class PipelineSendException 
   Inherits System.ApplicationException
Dim instance As PipelineSendException
[Serializable()]
public class PipelineSendException : System.ApplicationException 
[Serializable()]
public __gc class PipelineSendException : public System.ApplicationException 
[Serializable()]
public ref class PipelineSendException : public System.ApplicationException 
Remarks
This exception is thrown when a message fails to be sent using the SMTP Pipelining extension. The RecipientReport property contains information regarding the status of each recipient listed in the email message and can be examined for recipient failures.
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Dart.Mail.PipelineSendException

See Also

Reference

PipelineSendException Members
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic