←Select platform

MessageNumber Property

Summary

Gets or sets the message number to be loaded from the PST file.

Syntax
C#
VB
C++
Java
public int MessageNumber {get; set;} 
Public Property MessageNumber As Integer 
public int getMessageNumber() 
public void setMessageNumber(int messageNumber) 
public: 
property int MessageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

The message number to be loaded from the PST file.

Example

For an example, refer to CodecsPstOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly