PR_REMOTE_VALIDATE_OK 

The PR_REMOTE_VALIDATE_OK property contains TRUE if the remote viewer is allowed to call the IMAPIStatus::ValidateState method.

Quick Info

Header file:

MAPITAGS.H

May be a column in:

Status tables

Identifier:

0x3E0D

Property type:

PT_BOOLEAN

Property tag:

0x3E0D000B

 

Remarks

The PR_REMOTE_VALIDATE_OK property appears in the status table and offers some control over transport performance. It can be considered as another way of directing the remote viewer to idle. When it is set to TRUE, the remote viewer can call IMAPIStatus::ValidateState1FMRVVS as often as desired. A value of FALSE indicates that the remote viewer cannot make any more calls.

The transport provider usually sets this property dynamically, setting the value to FALSE to disable additional calls when the transport provider has a sufficient amount of processing to perform. When the transport provider is done, it then sets the value to TRUE to allow the client application to make further IMAPIStatus::ValidateState calls.