Click or drag to resize

WorkingFolders Class

A class peresenting the working folders of the Router
Inheritance Hierarchy
SystemObject
  SMTPRouterWorkingFolders

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public sealed class WorkingFolders

The WorkingFolders type exposes the following members.

Properties
  NameDescription
Public propertyErrorFolder
The folder where all messages that were not sent after the MessageLifespan expires
Public propertyOutgoingFolder
The folder where the pending messages should be sent to
Public propertyRetryFolder
The folder where all messages to resend are stored
Public propertyRootFolder
The root folder
Public propertySentFolder
The folder where all sent messages are stored
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also