wodMailbox ActiveX Control - Peek Method
      
 

Description

Loads message partially for fast access.


Return Type

None  


Syntax

object.Peek Filename



The Peek Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Message.
Filename Required. A String value. Full path to message file.

Remarks

Peek method will load message into the memory and provide you basic information about the message at very fast speed. It is great for inspecting message information, such as accessing From, To, Subject etc.. fields. Since message body is not parsed, you will not be able to retrieve, for example, Lines property - because wodMailbox does not scan whole message such as when Lock method was used.