BoxSentItemsFolderName Property |
The name of the SentItems folder. It is left empty, EnterpriseOne won't save the sent mail in any folder (but it is still possible that the actual mail server would nevertheless save the mail in a sent items folder, independently from EnterpriseOne).
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SentItemsFolderName { get; set; }
Public Property SentItemsFolderName As String
Get
Set
public:
property String^ SentItemsFolderName {
String^ get ();
void set (String^ value);
}
member SentItemsFolderName : string with get, set
Property Value
Type:
String
See Also