C# Class Aspose.Email.Examples.CSharp.Email.Outlook.MergeFolderFromAnotherPSTFile

Show file Open project: aspose-email/Aspose.Email-for-.NET

Public Properties

Property Type Description
currentFolder string
messageCount int
totalAdded int

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
PstMerge_OnItemMoved ( object sender, ItemMovedEventArgs e ) : void
PstMerge_OnStorageProcessed ( object sender, StorageProcessedEventArgs e ) : void

Method Details

Run() public static method

public static Run ( ) : void
return void

Property Details

currentFolder public static property

public static string currentFolder
return string

messageCount public static property

public static int messageCount
return int

totalAdded public static property

public static int totalAdded
return int