SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ServerInfoLoginDelay Property

Returns the parameter of LOGIN-DELAY capability.

Syntax

ANSI (Cross Platform)
int GetServerInfoLoginDelay();

Unicode (Windows)
INT GetServerInfoLoginDelay();
@property (nonatomic,readonly,assign,getter=serverInfoLoginDelay) int serverInfoLoginDelay;
- (int)serverInfoLoginDelay;
#define PID_POP3CLIENT_SERVERINFOLOGINDELAY 113

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_POP3Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

Returns the parameter of LOGIN-DELAY capability.

The LOGIN-DELAY parameter indicates the minimum number of seconds between unsuccessful login attempts. See RFC 2449, Section 6.5 for more information.

This property is read-only.

Data Type

Integer

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