Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

MessageCount Property








Gets the number of messages in the PST file.
Syntax
public int MessageCount {get;}
'Declaration
 
Public ReadOnly Property MessageCount As Integer
'Usage
 
Dim instance As CodecsPstImageInfo
Dim value As Integer
 
value = instance.MessageCount
public int MessageCount {get;}
public int getMessageCount()
 get_MessageCount(); 
public:
property int MessageCount {
   int get();
}

Property Value

An integer value that represents the number of messages in the PST file.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsPstImageInfo Class
CodecsPstImageInfo Members

Error processing SSI file