RequestId Property

Identifies each request.

Syntax

ANSI (Cross Platform)
int GetRequestId();
int SetRequestId(int iRequestId); Unicode (Windows) INT GetRequestId();
INT SetRequestId(INT iRequestId);
@property (nonatomic,readwrite,assign,getter=requestId,setter=setRequestId:) int requestId;
- (int)requestId;
- (void)setRequestId:(int)newRequestId;
#define PID_MX_REQUESTID 6

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_MX_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_MX_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property identifies each request. This may be useful if several email addresses need to be resolved. Each request may be identified by the user before starting a query by calling the Resolve method.

If a custom value is needed for RequestId, the property must be set before resolving an email address. The class increments RequestId automatically after sending each request.

This property is not available at design time.

Data Type

Integer

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