set aliasPath to path to me
set aliasPath to ((aliasPath as string) & "Contents:Ressources:OVERPRINT PREVIEW.pdf") as alias
tell application "System Events" to set posixPath to (POSIX path of aliasPath)
set theFile to POSIX file posixPath
tell application "Microsoft Outlook" to set newMessage to make new outgoing message
tell newMessage to make new attachment with properties {file: theFile}