IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

MessageParts Property

Collection of message parts collected by FetchMessageInfo .

Syntax

[VB.NET]
Public ReadOnlyProperty MessageParts As MessagePartList

[C#]
public MessagePartList MessageParts {get;}

Remarks

This property contains a collection of message parts that is populated when you call FetchMessageInfo. Once the message is received from the server, the component parses the different parts and their corresponding information into the MESSAGEPARTS collection. Each MessagePart contains a unique Id.

MessagePartLimit can be used to control the number of message parts saved.

This collection is indexed from 0 to Count - 1.

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

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]