IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

Priority Property

Priority of the mail message (optional).

Syntax

ANSI (Cross Platform)
int GetPriority();
int SetPriority(int iPriority); Unicode (Windows) INT GetPriority();
INT SetPriority(INT iPriority);

Possible Values

EP_UNSPECIFIED(0), 
EP_NORMAL(1),
EP_URGENT(2),
EP_NON_URGENT(3)
@property (nonatomic,readwrite,assign,getter=priority,setter=setPriority:) int priority;
- (int)priority;
- (void)setPriority:(int)newPriority;

Possible Values

EP_UNSPECIFIED(0), 
EP_NORMAL(1),
EP_URGENT(2),
EP_NON_URGENT(3)
#define PID_PHTMLMAILER_PRIORITY 48

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

0

Remarks

When this property is set, a Priority header will be added to the message. Priority is an indication about the delivery priority of the message. The possible values are epNormal, epUrgent, and epNonUrgent.

Data Type

Integer

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