SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ServerInfoServerDetails Property

Contains the parameter of the IMPLEMENTATION capability.

Syntax

ANSI (Cross Platform)
char* GetServerInfoServerDetails();

Unicode (Windows)
LPWSTR GetServerInfoServerDetails();
@property (nonatomic,readonly,assign,getter=serverInfoServerDetails) NSString* serverInfoServerDetails;
- (NSString*)serverInfoServerDetails;
#define PID_POP3CLIENT_SERVERINFOSERVERDETAILS 117

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

Default Value

""

Remarks

Contains the parameter of the IMPLEMENTATION capability.

The value of this property only makes sense if ServerInfoAvailable and ServerInfoImplementationSupported parameters are true.

The parameter to the IMPLEMENTATION capability consists of one or more tokens that identify the server. For more information see RFC 2449, Section 6.9.

This property is read-only.

Data Type

String

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