![]() |
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'm using the code below to save an MailItem to my harddrive as a back up and digital archive. In the code there is an folder hard coded (C:\Data\outlook\) I would like to Have a Dialog like File Save As tot pick a certain folder on my harddrive Can somebody help me out with this? Thanks! Dimitri Sub SaveAsFile() Dim myItem As Outlook.Inspector Dim objItem As Object Dim strname As String Set myItem = Application.ActiveInspector If Not TypeName(myItem) = "Nothing" Then Set objItem = myItem.CurrentItem objItem.SaveAs "C:\Data\outlook\" & "Test1.msg", olMSG Else MsgBox "There is no current active inspector." End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Word print dialog box | Martin | Outlook - Using Forms | 1 | January 31st 06 01:05 PM |
Saveas web page shows Appointment and Event Details | Robert Grimes | Outlook - Calandaring | 0 | January 30th 06 02:09 PM |
SaveAs() sometimes loses userProperty! | PuppetMaster | Add-ins for Outlook | 3 | January 24th 06 10:49 AM |
SaveAs() sometimes loses userProperty! | PuppetMaster | Outlook and VBA | 3 | January 24th 06 10:49 AM |
dialog comes up when trying to access mailItem | Neo | Add-ins for Outlook | 3 | January 16th 06 09:56 PM |