QuotaMaxPer24Hours Property

The maximum number of emails that can be sent in a 24 hour period.

Syntax

ANSI (Cross Platform)
char* GetQuotaMaxPer24Hours();

Unicode (Windows)
LPWSTR GetQuotaMaxPer24Hours();
@property (nonatomic,readonly,assign,getter=quotaMaxPer24Hours) NSString* quotaMaxPer24Hours;
- (NSString*)quotaMaxPer24Hours;
#define PID_AMAZONSES_QUOTAMAXPER24HOURS 47

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

Default Value

""

Remarks

The maximum number of emails that can be sent in a 24 hour period.

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]