Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public RcptToAsyncOP( string to, SMTP_DSN_Notify notify, string orcpt )
Public Sub New ( to As String, notify As SMTP_DSN_Notify, orcpt As String )
public: RcptToAsyncOP( String^ to, SMTP_DSN_Notify notify, String^ orcpt )
new : to : string * notify : SMTP_DSN_Notify * orcpt : string -> RcptToAsyncOP
Parameters
- to (String)
- Recipient email address.
- notify (SMTP_DSN_Notify)
- Delivery satus notification(DSN) NOTIFY value. For more info see RFC 3461.
- orcpt (String)
- Delivery satus notification(DSN) ORCPT value. Value null means not specified. For more info see RFC 3461.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when to is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119