PowerTCP Mail for .NET
SmtpSession Class Members
Properties  Methods 


The following tables list the members exposed by SmtpSession.

Public Constructors
 NameDescription
Public ConstructorSmtpSession Constructor Default constructor.  
Top
Public Properties
 NameDescription
Public PropertyAuthentication Authentication technique to use. Defaults to Authentication.Auto. (Inherited from Dart.Mail.MailSession)
Public PropertyAutoPipeline Gets or sets a value enabling command pipelining if the server supports it.  
Public PropertyAutoSize Gets or sets a value indicating if the server will be asked if the message is too large before sending.  
Public PropertyBlockSize Gets or sets the buffer size used during file and socket I/O. (Inherited from Dart.Mail.MailSession)
Public PropertyChunkSize Gets or sets a value indicating the size of each chunk to be sent using the BDAT command.  
Public PropertyConnectTimeoutGets or sets a value that specifies the amount of time (in milliseconds) after which a call to TcpBase.Connect will time out. (Inherited from Dart.Mail.TcpSession)
Public PropertyDomain Gets or sets the domain (used for GSSAPI and NTLM authentication only). (Inherited from Dart.Mail.AuthenticatedSession)
Public PropertyLocalEndPoint EndPoint to bind to locally. (Inherited from Dart.Mail.Session)
Public PropertyPassword Gets or sets the password or OAuth access token used for login. (Inherited from Dart.Mail.AuthenticatedSession)
Public PropertyProxy Defines the optional server proxy configuration. (Inherited from Dart.Mail.TcpSession)
Public PropertyRemoteEndPoint EndPoint of the remote host to connect to. (Inherited from Dart.Mail.Session)
Public PropertySecuritySpecifies the privacy parameters to use with the mail server. See the MailSecurity class for more information. (Inherited from Dart.Mail.MailSession)
Public PropertyServicePrincipleName Gets or sets the Service Principle Name (SPN) (used for GSSAPI and NTLM authentication only). (Inherited from Dart.Mail.AuthenticatedSession)
Public PropertyUsername Gets or sets the username used for login. (Inherited from Dart.Mail.AuthenticatedSession)
Public PropertyUseSubmissionPort Gets or sets a value to indicate whether the SMTP server uses the SMTP submission port (587) or traditional SMTP server port (25).  
Top
Public Methods
 NameDescription
Public MethodClone Creates a deep copy of the Session. (Inherited from Dart.Mail.MailSession)
Top
See Also

Reference

SmtpSession Class
Dart.Mail Namespace


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