PartInputStream Property

This property contains a stream which contains the actual content of each part before the message is encoded.

Syntax

ANSI (Cross Platform)
int SetPartInputStream(int iPartIdx, IPWorksStream* sPartInputStream);

Unicode (Windows)
INT SetPartInputStream(INT iPartIdx, IPWorksStream* sPartInputStream);
#define PID_MIME_PARTINPUTSTREAM 21


IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_MIME_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_MIME_CheckIndex(void *lpObj, int propid, int arridx);

Remarks

This property contains a stream which contains the actual content of each part before the message is encoded.

The PartIdx parameter specifies the index of the item in the array. The size of the array is controlled by the PartCount property.

This property is write-only and not available at design time.

Data Type

IPWorksStream

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