 | WorkingFoldersOutgoingFolder Property |
The folder where the pending messages should be sent to
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string OutgoingFolder { get; }Public ReadOnly Property OutgoingFolder As String
Get
Dim instance As WorkingFolders
Dim value As String
value = instance.OutgoingFolder
public:
property String^ OutgoingFolder {
String^ get ();
}Property Value
Type:
String
See Also