IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

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, IPWorksSMIMEStream* sPartInputStream);

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


IPWORKSSMIME_EXTERNAL int IPWORKSSMIME_CALL IPWorksSMIME_MIME_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSSMIME_EXTERNAL int IPWORKSSMIME_CALL IPWorksSMIME_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

IPWorksSMIMEStream

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