Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public SMTP_RcptTo( string mailbox, SMTP_DSN_Notify notify, string orcpt )
Public Sub New ( mailbox As String, notify As SMTP_DSN_Notify, orcpt As String )
public: SMTP_RcptTo( String^ mailbox, SMTP_DSN_Notify notify, String^ orcpt )
new : mailbox : string * notify : SMTP_DSN_Notify * orcpt : string -> SMTP_RcptTo
Parameters
- mailbox (String)
- Mailbox value.
- notify (SMTP_DSN_Notify)
- DSN NOTIFY parameter value.
- orcpt (String)
- DSN ORCPT parameter value.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when mailbox is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119