Forum: Outlook - General Queries
January 3rd 08, 11:04 AM Posted to microsoft.public.outlook.general,microsoft.public.outlook
|
Replies: 9
Views: 697
Registry Location of Data Files
Set outlook = WScript.CreateObject("Outlook.Application")
Set ns = outlook.GetNamespace("MAPI")
MsgBox outlook.version
(...)
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew...
|
Forum: Outlook - General Queries
January 2nd 08, 09:53 PM Posted to microsoft.public.outlook.general,microsoft.public.outlook
|
Replies: 9
Views: 697
Registry Location of Data Files
You're welcome. I had a similar question on the microsoft.public.windows.powershell
NG. I tested the code I posted under
Outlook 2007, it might not work on outlook 2003. For 2003 try this:
Set...
|
Forum: Outlook - General Queries
January 1st 08, 05:11 PM Posted to microsoft.public.outlook.general,microsoft.public.outlook
|
Replies: 9
Views: 697
Registry Location of Data Files
Hi Oren,
The registry location of the files are under:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging
Subsystem\Profiles\ProfileName
But they are not readable...
|
Forum: Outlook and VBA
December 29th 07, 08:43 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Dmitry,
I would like to thank you for your help. RDOMail did the trick.
Thanks!!!
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
|
Forum: Outlook and VBA
December 29th 07, 07:05 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
True... all attachments type are olEmbeddeditem items. Can you elaborate
a bit
on Application.CreateItemFromTemplate? I'm not familiar with it and not sure
how can
use it to turn the embedded...
|
Forum: Outlook and VBA
December 29th 07, 12:39 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Sorry, I may have used the wrong "outlook/attachment" terms for that attachment. I don't know the exact definition (envelop???).
Anyway, see the attached jpg, It shows how I see it in Outlook 2007....
|
Forum: Outlook and VBA
December 28th 07, 12:48 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Oh no :-)
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic
|
Forum: Outlook and VBA
December 28th 07, 12:25 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Nope... same problem, the file is saved as .msg file and the content is unreadble.
I need to run
a script on the content and I can't, when it's encoded that way.
Thanks!
-----
Shay Levi
$cript...
|
Forum: Outlook and VBA
December 28th 07, 08:23 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
file.Attachments.Item(1).SaveAsFile("message.txt");
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic
|
Forum: Outlook and VBA
December 27th 07, 06:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Thanks Dmitry, any suggestion on how to turn it into text file?
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic
|
Forum: Outlook and VBA
December 26th 07, 08:20 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Yup...
Thanks Ken, I appreciate your help. I'll keep on looking :-)
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic
|
Forum: Outlook and VBA
December 26th 07, 07:21 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Thanks Ken,
When I double click the attachment it opens inside outlook. here's a sample
text from the saved msg...
|
Forum: Outlook and VBA
December 26th 07, 04:20 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Ignore the first "The only solution..." :-)
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic
|
Forum: Outlook and VBA
December 26th 07, 04:09 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Thanks Ken,
I already tried it. The text file contains unreadable characters(binary encoding???).
Even if I manually (GUI) save the attachment to disk (.msg or .txt) the text
file is still...
|
Forum: Outlook and VBA
December 26th 07, 09:55 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 23
Views: 3,206
Saving HTML attachments
Can anyone provide a macro for saving HTML attachments source as text files
in Outlook 2007?
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog:...
|