AttachmentHeaders Property

The class fills out Headers each time any of the other properties for that ediattachment are changed.

Syntax

ANSI (Cross Platform)
char* GetAttachmentHeaders(int iAttachmentIndex);
int SetAttachmentHeaders(int iAttachmentIndex, const char* lpszAttachmentHeaders); Unicode (Windows) LPWSTR GetAttachmentHeaders(INT iAttachmentIndex);
INT SetAttachmentHeaders(INT iAttachmentIndex, LPCWSTR lpszAttachmentHeaders);
- (NSString*)attachmentHeaders:(int)attachmentIndex;
- (void)setAttachmentHeaders:(int)attachmentIndex:(NSString*)newAttachmentHeaders;
#define PID_AS2SENDER_ATTACHMENTHEADERS 9

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

The class fills out AttachmentHeaders each time any of the other properties for that ediattachment are changed. If additional headers are needed they should be appended after all the other propertys for that ediattachment are set.

The AttachmentIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AttachmentCount 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]