msoutlook.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How: Outlook2007 Preview

 
Post new topic   Reply to topic    msoutlook.org Forum Index -> MS Office Outlook
Author Message
Asim Tozlu



Joined: 30 Jan 2008
Posts: 2

PostPosted: Wed Feb 06, 2008 10:58 am    Post subject: How: Outlook2007 Preview Reply with quote

Hi,

i try to show a attachments from a e-mail in Outlook.

I can use a TaskPane, but that not works in a E-Mail how Word or Excel.

I have file's with my extension and i want write a code for my Application
and show this in Outlook2007.

I must use XP und can' t use a Previehandle from Vista.

Thanks for idea.

greetings from berlin

Asim

Archived from group: microsoft>public>office>developer>outlook>vba
Back to top
View user's profile Send private message
Ken Slovak - [MVP - Outlo



Joined: 12 Aug 2007
Posts: 405

PostPosted: Wed Feb 06, 2008 2:18 pm    Post subject: Re: Outlook2007 Preview Reply with quote

Please do not multi-post. I answered your question in
microsoft.public.developer.outlook.addins.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Asim Tozlu" wrote in message @microsoft.com...
> Hi,
>
> i try to show a attachments from a e-mail in Outlook.
>
> I can use a TaskPane, but that not works in a E-Mail how Word or Excel.
>
> I have file's with my extension and i want write a code for my Application
> and show this in Outlook2007.
>
> I must use XP und can' t use a Previehandle from Vista.
>
> Thanks for idea.
>
> greetings from berlin
>
> Asim
Back to top
View user's profile Send private message
Michael Bauer [MVP - Outl



Joined: 12 Aug 2007
Posts: 92

PostPosted: Thu Feb 07, 2008 11:38 am    Post subject: Re: How: Outlook2007 Preview Reply with quote

You must store the attachment as a file. Then you use the file's standard
application to display it by calling:

Private Declare Function ShellExecute Lib "shell32.dll" Alias
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal
lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String,
ByVal nShowCmd As Long) As Long

ShellExecute 0, "open", "c:\file.ext", "", "", 1

--
Best regards
Michael Bauer - MVP Outlook
Outlook Categories? The Tool:


Am Wed, 6 Feb 2008 05:58:00 -0800 schrieb Asim Tozlu:

> Hi,
>
> i try to show a attachments from a e-mail in Outlook.
>
> I can use a TaskPane, but that not works in a E-Mail how Word or Excel.
>
> I have file's with my extension and i want write a code for my Application
> and show this in Outlook2007.
>
> I must use XP und can' t use a Previehandle from Vista.
>
> Thanks for idea.
>
> greetings from berlin
>
> Asim

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
outlook2007 & scroll Hi, In Outlook2007 there's a WordEditor everywhere which contains _Document interface. But there seem to be absolutely no way to scroll some text range in this document. In Word you can do this with but in Outlook

Get selected text from the reading pane (preview pane). Greetings! I am just trying to get the text that is selected from the reading pane. Is there a way do do this? I can get the selected text from a mail when a new mail item is created either by dbl-clicking a mail or replying to it, but I just cannot seem

outlook2007 indexing problem hi this sandheep i have a problem in outlook2007 .i have 5 to 6 pst files in outlook .in that some of the pst files are indexing fully but in some pst file only particular mails are indexing not all mails are indexing . 1. in repair pst files using scan

Outlook2007 - Multi day event display When creating a multiple day event, ie. Friday to the following Friday. The print out displays the highlighted event running from the start date into the notes area. The event is not dropping down to the 2nd week and is just running on one line. Any help

Outlook2007/Win XP Continuous Password Prompt Operating system is Win XP SP2, tried to upgrade from Outlook 2003 to Outlook 2007 but password not saved during setup. LogIn box pops up asking for password and when entered email is received so password was accepted but not saved. LogIn box keeps popp
Post new topic   Reply to topic    msoutlook.org Forum Index -> MS Office Outlook All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group