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

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_HTMLMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_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 EDI 2020 C++ Edition - Version 20.0 [Build 8203]