Aspose.Email.Examples.CSharp.Email.Outlook.AddMessagesFromOtherPST.Run C# (CSharp) 메소드

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void
        public static void Run()
        {
            string dataDir = RunExamples.GetDataDir_Outlook();

            // Load the Outlook file
            string path = dataDir + "SampleContacts.pst";
            BulkAddFromAnotherPst(path);
        }
        private static void BulkAddFromAnotherPst(string source)