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

UIDMode Property

If true, permanent message identifiers are used instead of the default temporary identifiers.

Object Oriented Interface

public function getUIDMode();
public function setUIDMode($value);

Procedural Interface

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

Default Value

false

Remarks

This property indicates if a permanent identifier should be used. Normally, the IMAP server uses temporary message identifiers that are valid only during the current session. If UIDMode is true, permanent message identifiers are used instead.

The IMAP protocol operations where UID mode is used are the following: COPY, FETCH, STORE, SEARCH.

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]