QuotaSentLast24Hours Property

The number of emails sent during the previous 24 hours.

Syntax

ANSI (Cross Platform)
char* GetQuotaSentLast24Hours();

Unicode (Windows)
LPWSTR GetQuotaSentLast24Hours();
@property (nonatomic,readonly,assign,getter=quotaSentLast24Hours) NSString* quotaSentLast24Hours;
- (NSString*)quotaSentLast24Hours;
#define PID_AMAZONSES_QUOTASENTLAST24HOURS 49

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

Default Value

""

Remarks

The number of emails sent during the previous 24 hours.

This property is read-only and not available at design time.

Data Type

String

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