 | WorkingFoldersSentFolder Property |
The folder where all sent messages are stored
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string SentFolder { get; }Public ReadOnly Property SentFolder As String
Get
Dim instance As WorkingFolders
Dim value As String
value = instance.SentFolder
public:
property String^ SentFolder {
String^ get ();
}Property Value
Type:
String
See Also