LastReply Property

The last reply from the server.

Syntax

ANSI (Cross Platform)
char* GetLastReply();

Unicode (Windows)
LPWSTR GetLastReply();
@property (nonatomic,readonly,assign,getter=lastReply) NSString* lastReply;
- (NSString*)lastReply;
#define PID_HTMLMAILER_LASTREPLY 25

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_HTMLMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property indicates the last reply received from the server. It can be used for informational purposes. The same information and more can also be retrieved through the PITrail event.

This property is read-only.

Data Type

String

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