wodPop3 ActiveX Control - MarkGet Property
      
 

Description

Determines if message will be downloaded on next Get call.


Property type

A Boolean value.  


Syntax

object.MarkGet [= value]



The MarkGet Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Pop3Msg.
value A Boolean value.

Remarks

This property is used by Messages.GetAll method, which downloads all messages from the server that have this property set to True.

By default, all messages have this property set to True upon connection to the server. You can set this property to False if you don't want GetAll method to download the message.