IPWorks S/MIME 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_SFILEMAILER_PRIORITY 41

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_SFileMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSMIME_EXTERNAL int IPWORKSSMIME_CALL IPWorksSMIME_SFileMailer_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 S/MIME 2020 C++ Edition - Version 20.0 [Build 8154]