IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

MessageSet Property

The set of messages to operate on.

Syntax

public var messageSet: String?

Default Value

""

Remarks

This property indicates the set of messages to operate on. Used as an argument to most method calls.

It may consist of a single message number, a range of messages specified by two message numbers separated by ':' (e.g. "1:5"), and/or individual message numbers separated by ',' (e.g. "1:5,7,10").

Example (Setting MessageSet)


IMAPControl.MessageSet = "1"
IMAPControl.FetchMessageInfo()

IMAPControl.MessageSet = "1:5"
IMAPControl.FetchMessageInfo()

IMAPControl.MessageSet = "1,5,7"
IMAPControl.FetchMessageInfo()

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]