![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello,
I developed an Outlook Add-In and his setup project. When in startup my tries to create a new folder: this._tasks_folder = (Outlook.MAPIFolder)this.ActiveExplorer().Session. GetDefaultFolder(Outlook.OlDefaultFolders.olFolder Tasks); Outlook.MAPIFolder sent_folder = (Outlook.MAPIFolder)this.ActiveExplorer().Session. GetDefaultFolder(Outlook.OlDefaultFolders.olFolder SentMail); string folder_name_sent_sms = "NEW FOLDER"; try { sent_folder.Folders.Add(folder_name_sent_sms, Outlook.OlDefaultFolders.olFolderContacts); } catch {} In development machine every thing works fine. But, when I deploy to other machine the folder is not created! Anybody have idea why it isn’t created? Thanks in advance for any help provided, Paulo Figueiredo. |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
creating new mail subject folder in outlook express local folders heading | themntneer | Outlook Express | 4 | October 8th 06 01:41 AM |
Problem with signature when creating new email | John | Outlook - General Queries | 1 | September 21st 06 05:57 PM |
Problem with signature when creating new email | John | Outlook and VBA | 1 | September 21st 06 05:57 PM |
Creating an Outlook Task Add-in Solution using AdvancedSearch in C | Tom_in_Atlanta | Add-ins for Outlook | 2 | September 12th 06 02:14 AM |
Creating a Folder | Geoff_s | Outlook Express | 3 | August 12th 06 12:50 AM |