MessageIndex Property

The index of the MessageInfo that should be used to populate the MessageHeaders and MessageParts collections.

Syntax

ANSI (Cross Platform)
int GetMessageIndex();
int SetMessageIndex(int iMessageIndex); Unicode (Windows) INT GetMessageIndex();
INT SetMessageIndex(INT iMessageIndex);
@property (nonatomic,readwrite,assign,getter=messageIndex,setter=setMessageIndex:) int messageIndex;
- (int)messageIndex;
- (void)setMessageIndex:(int)newMessageIndex;
#define PID_GMAIL_MESSAGEINDEX 21

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

Default Value

0

Remarks

The index of the MessageInfo that should be used to populate the MessageHeaders and MessageParts collections.

This property is not available at design time.

Data Type

Integer

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