示例#1
0
 private void picThreshold_Click(object sender, EventArgs e)
 {
     Base.ShowHelpTooltip("Threshold activating the Attachment Management module. When the total size of all the attached files of a given email exceeds this value, all the attachments will be sent by the Attachment Management module.", sender as Control);
 }
示例#2
0
 private void picHelpExpiry_click(object sender, EventArgs e)
 {
     Base.ShowHelpTooltip("Select when attachments should be purged from the server. When attachments are purged, recipients will not be able to access the files and will get an explanatory message to that effect.", sender as Control);
 }