ParseHTML Property

Controls the behavior of the MessageHTML property.

Syntax

ANSI (Cross Platform)
int GetParseHTML();
int SetParseHTML(int bParseHTML); Unicode (Windows) BOOL GetParseHTML();
INT SetParseHTML(BOOL bParseHTML);
@property (nonatomic,readwrite,assign,getter=parseHTML,setter=setParseHTML:) BOOL parseHTML;
- (BOOL)parseHTML;
- (void)setParseHTML:(BOOL)newParseHTML;
#define PID_HTMLMAILER_PARSEHTML 39

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_HTMLMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_HTMLMailer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

This property controls the behavior of the MessageHTML property. If ParseHTML is set to False, you must provide valid values in MessageHTML, MessageText, and Images.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]