This property specifies the type of log to generate for mailings.
IDL Definition
[propget]
HRESULT LogType([out, retval] VARIANT *pVal /*VT_I4*/);
[propput]
HRESULT LogType([in] long newVal);
Type
LONG
Values
The statement below lists the typedef enum statement defining the possible values.
typedef enum tagLOGTYPE {
DAILY_LOG = 0,
WEEKLY_LOG = 1,
MONTHLY_LOG = 2,
SIZE_LIMITED = 3
} LOGTYPE;