PowerTCP Mail for .NET
Smtp Class Properties
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : Smtp Class


"

For a list of all members of this type, see Smtp members.

"

Public Properties

 NameDescription
public PropertyAutoSize Gets or sets a value indicating if the server will be asked if the message is too large before sending.  
public PropertyBusy Returns true if a method is currently in use.  
public PropertyCertificate The Certificate object representing the certificate to use for optional client-side authentication.  
public PropertyClient Gets or sets the client hostname or address when a specific interface binding is desired.  
public PropertyClientPort Gets or sets the client port when a specific local port is desired.  
public PropertyConnected Gets the connected state of the connection.  
public PropertyConnection Gets the Tcp component instance used for the connection.  
public PropertyContainer (Inherited from System.ComponentModel.Component)
public PropertyDnsServersGets or sets the DNS servers used to resolve mail server IP Addresses.  
public PropertyDnsServerTimeoutGets or sets the amount of time in milliseconds to wait for a response from a DNS server.  
public PropertyDoEvents Gets or sets a value that controls the processing of events during blocking method calls.  
public PropertyDSN Returns the DeliveryStatusNotification object that controls DSN use.  
public PropertyEditor In Visual Studio.NET, displays an interactive form to use to test real time protocol operations.  
public PropertyHelloNameGets or sets the hostname presented to the server during the greeting  
public PropertyLoginMethod Gets or sets the login method to use.  
public PropertyMailFrom Use this property to specify the return address that will be used for the "MAIL FROM" SMTP envelope.  
public PropertyPassword Gets or sets the password used during session login.  
public PropertyRecipients Use this property to add recipients that will be used for the "RCPT TO" portion of the SMTP envelope.  
public PropertySecuritySpecifies the security protocol and authentication type used.  
public PropertyServer Gets or sets the SMTP server hostname or address.  
public PropertyServerPort Gets or sets the SMTP server port.  
public PropertySite (Inherited from System.ComponentModel.Component)
public PropertySynchronizingObjectSet this object to automatically control thread marshalling between worker threads and the main UI thread.  
public PropertyTimeout Specifies the maximum number of milliseconds to wait for responses to commands or time between data buffer transfers.  
public PropertyUseAuthenticationGets or sets a value that determines if certificate authentication is used.  
public PropertyUsePipelining Gets or sets a value indicating whether the component pipelines if the server supports it.  
public PropertyUsername Gets or sets the username used during session login.  
Top

Protected Properties

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.