PC Review


Reply
Thread Tools Rate Thread

Attachments - unable to open

 
 
Karina
Guest
Posts: n/a
 
      1st Jul 2003
Hello, I've created a form that sends out an email with an
attachment, however when I receive the email, I'm unable
to open the attachment. Here is the part of a function
that creates an attachment:
*********************
AssignedItem.save
Set myItem = Application.CreateItem(0)
myItem.Subject = "Assigned Help Task at " & Now()
myItem.Body = "There is a Help Desk task for you at " & chr
(13)

On Error Resume Next
myItem.To = item.userProperties.find("AssignedTo").Value
Set myAttachments = myItem.Attachments
myAttachments.Add AssignedItem, 4
myItem.Send
If err Then
********************

Thank you in advance

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to open attachments Brian M Windows Vista Mail 7 24th Oct 2007 08:15 PM
Unable to open .xls Attachments =?Utf-8?B?TXJfSGFwcHk=?= Microsoft Outlook Discussion 2 19th Sep 2005 03:47 PM
Unable to open attachments =?Utf-8?B?c2M=?= Microsoft Outlook Discussion 1 20th Jul 2005 08:43 AM
Unable to open attachments Buffy52 Microsoft Outlook 1 11th Oct 2004 09:13 AM
unable to open attachments frank Windows XP New Users 2 15th Aug 2003 02:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:31 PM.