IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

PeekMode Property

When set to True, the message Seen flag is not changed during reading.

Object Oriented Interface

public function getPeekMode();
public function setPeekMode($value);

Procedural Interface

ipworks_imap_get($res, 69 );
ipworks_imap_set($res, 69, $value );

Default Value

false

Remarks

This property contains a true or false to determine whether or not this message should be seen. When this property is set to True, a "PEEK" option is added to all IMAP FETCH commands sent to the server. An RFC compliant IMAP server should not set the "Seen" flag on the message in this case.

This property is not available at design time.

Data Type

Boolean

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