←Select platform

MessageNumber Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly