CommonSendOptions

Top  Previous  Next

This is the CommonSendOptions type:

 

Namespace EurekaLogSystem.

 

 [FlagsAttribute]

public enum CommonSendOptions

 {

   sndShowSendDialog = 1,

   sndShowSuccessFailureMsg = 2,

   sndSendEntireLog = 4,

   sndSendXMLLogCopy = 8,

   sndSendScreenshot = 16,

   sndUseOnlyActiveWindow = 32,

   sndSendLastHTMLPage = 64,

   sndSendInSeparatedThread = 128,

   sndAddDateInFileName = 256,

   sndAddComputerNameInFileName = 512,

 }