Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public SMTP_e_MailFrom( SMTP_Session session, SMTP_MailFrom from, SMTP_Reply reply )
Public Sub New ( session As SMTP_Session, from As SMTP_MailFrom, reply As SMTP_Reply )
public: SMTP_e_MailFrom( SMTP_Session^ session, SMTP_MailFrom^ from, SMTP_Reply^ reply )
new : session : SMTP_Session * from : SMTP_MailFrom * reply : SMTP_Reply -> SMTP_e_MailFrom
Parameters
- session (SMTP_Session)
- Owner SMTP server session.
- from (SMTP_MailFrom)
- MAIL FROM: value.
- reply (SMTP_Reply)
- SMTP server reply.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when session, from or reply is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119