Papercut.Smtp.MessageFileService.MessageFileService C# (CSharp) Method

MessageFileService() public method

public MessageFileService ( ) : System
return System
        public MessageFileService()
            : this(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "Papercut"))
        {
        }

Same methods

MessageFileService::MessageFileService ( string mailfolder ) : System