Importance Property

Importance of the mail message (optional).

Syntax

ANSI (Cross Platform)
int GetImportance();
int SetImportance(int iImportance); Unicode (Windows) INT GetImportance();
INT SetImportance(INT iImportance);

Possible Values

MI_UNSPECIFIED(0), 
MI_HIGH(1),
MI_NORMAL(2),
MI_LOW(3)
@property (nonatomic,readwrite,assign,getter=importance,setter=setImportance:) int importance;
- (int)importance;
- (void)setImportance:(int)newImportance;

Possible Values

MI_UNSPECIFIED(0), 
MI_HIGH(1),
MI_NORMAL(2),
MI_LOW(3)
#define PID_AMAZONSES_IMPORTANCE 30

CLOUDMAIL_EXTERNAL void* CLOUDMAIL_CALL CloudMail_AmazonSES_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CLOUDMAIL_EXTERNAL int CLOUDMAIL_CALL CloudMail_AmazonSES_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property indicates the importance of the mail message (optional). When set, an Importance header will be added to the message.

Importance is an indication to the recipient(s) about how important the message is. The possible values are Unspecified (0), High (1), Normal (2), and Low (3).

Data Type

Integer

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