QuotaMaxPerSecond Property

The maximum number of emails that can be sent per second.

Syntax

ANSI (Cross Platform)
char* GetQuotaMaxPerSecond();

Unicode (Windows)
LPWSTR GetQuotaMaxPerSecond();
@property (nonatomic,readonly,assign,getter=quotaMaxPerSecond) NSString* quotaMaxPerSecond;
- (NSString*)quotaMaxPerSecond;
#define PID_AMAZONSES_QUOTAMAXPERSECOND 48

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 per second.

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]