IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

HTMLFile Property

The path to a local HTML file.

Syntax

ANSI (Cross Platform)
char* GetHTMLFile();
int SetHTMLFile(const char* lpszHTMLFile); Unicode (Windows) LPWSTR GetHTMLFile();
INT SetHTMLFile(LPCWSTR lpszHTMLFile);
@property (nonatomic,readwrite,assign,getter=HTMLFile,setter=setHTMLFile:) NSString* HTMLFile;
- (NSString*)HTMLFile;
- (void)setHTMLFile:(NSString*)newHTMLFile;
#define PID_PHTMLMAILER_HTMLFILE 19

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_PHTMLMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOPENPGP_EXTERNAL int IPWORKSOPENPGP_CALL IPWorksOpenPGP_PHTMLMailer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property may contain the path to the local HTML file. If this property is not empty, the contents of the file with that name will be appended to the text in MessageHTML.

Note that this means that if MessageHTML is empty, HTMLFile is what will be sent to the server.

This property is not available at design time.

Data Type

String

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