Question : viewing pictures in outlook 2007

Hi,
is there a way that i can view all the pictures files that have been sent to mail email in one page? the same as in windows live mail and outlook express before?
when getting a lot of pictures files i have to open each one seperately ,
please assist

Answer : viewing pictures in outlook 2007

1.  Click Tools > Trust Center
2.  Click Macro Security
3.  You must choose one of the bottom two settings for macros to work

If the macro still doesn't work, then

1.  Start Outlook
2.  Click Tools->Macro->Visual Basic Editor
3.  If not already expanded, expand Microsoft Office Outlook Objects and click on ThisOutlookSession
4.  Copy the code from the Code Snippet box and paste it into the right-hand pane of Outlook's VB Editor window
5.  Edit the code as needed.  I included comment lines wherever something needs to or can change
6.  Click the diskette icon on the toolbar to save the changes
7.  Close the VB Editor
8.  Click Tools > Trust Center
9.  Click Macro Security
10. Set Macro Security to "Warnings for all macros"
11. Click OK
12. Close Outlook
13. Start Outlook.  Outlook will display a dialog-box warning that ThisOutlookSession contains macros and asking if you want to allow them to run.  Say yes.

1:
2:
3:
Private Sub Application_Startup()
    msgbox "Macros should be working now"
End Sub
Random Solutions  
 
programming4us programming4us