CEMRespondByDate Property

This property specifies the date by which the other party should respond.

Syntax

ANSI (Cross Platform)
char* GetCEMRespondByDate(int iCEMIndex);
int SetCEMRespondByDate(int iCEMIndex, const char* lpszCEMRespondByDate); Unicode (Windows) LPWSTR GetCEMRespondByDate(INT iCEMIndex);
INT SetCEMRespondByDate(INT iCEMIndex, LPCWSTR lpszCEMRespondByDate);
- (NSString*)CEMRespondByDate:(int)cEMIndex;
- (void)setCEMRespondByDate:(int)cEMIndex:(NSString*)newCEMRespondByDate;
#define PID_AS2SENDER_CEMRESPONDBYDATE 22

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

This property specifies the date by which the other party should respond. If the other party does not respond the new certificate may be used without any further notice. This property exists to assist the recipient in knowing when they should respond by. It does not guarantee a response by the specified date.

The format is of the XML standard dateTime type expressed in local time with UTC offset. For instance: "2005-08-31T00:21:00-05:00".

When using AS2Sender set this before calling SendCEMRequest.

When using AS2Receiver this property may be queried.

The CEMIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CEMCount property.

This property is not available at design time.

Data Type

String

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