 | WorkingFoldersErrorFolder Property |
The folder where all messages that were not sent after the
MessageLifespan expires
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string ErrorFolder { get; }Public ReadOnly Property ErrorFolder As String
Get
Dim instance As WorkingFolders
Dim value As String
value = instance.ErrorFolder
public:
property String^ ErrorFolder {
String^ get ();
}Property Value
Type:
String
See Also