SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ServerInfoRespCodesSupported Property

Indicates whether the POP3 server supports the RESP-CODES extension.

Syntax

ANSI (Cross Platform)
int GetServerInfoRespCodesSupported();

Unicode (Windows)
BOOL GetServerInfoRespCodesSupported();
@property (nonatomic,readonly,assign,getter=serverInfoRespCodesSupported) BOOL serverInfoRespCodesSupported;
- (BOOL)serverInfoRespCodesSupported;
#define PID_POP3CLIENT_SERVERINFORESPCODESSUPPORTED 115

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

Default Value

FALSE

Remarks

Indicates whether the POP3 server supports the RESP-CODES extension.

The RESP-CODES capability indicates that any response text issued by this server which begins with an open square bracket ("[") is an extended response code (see section 8 of RFC 2449). For more information see For more information see RFC 2449, Section 6.4.

This property is read-only.

Data Type

Boolean

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