PDA

View Full Version : Add subject, body, and attachments to emails thru excell/groupwise



awdw03
06-11-2009, 07:31 PM
Does anyone know how to add subject, body, and attachments to my emails thru excell/groupwise

awdw03
06-11-2009, 07:36 PM
Does anyone know how to assign subject text. I am also needing to add an attachment and body to emails sent thru excell. I am working with groupwise.
:banghead:

awdw03
06-11-2009, 07:48 PM
With ogwNewMessage
'Assign the SUBJECT text
If Not StrSubject = "" Then .Subject = StrSubject

'Assign the BODY text
If Not StrBody = "" Then .BodyText = StrBody

'Assign Attachment(s)
If Not strAttachFullPathName = "" Then .Attachments.Add strAttachFullPathName


Can someone please explain this to me.. Im needing to add a subject, BODY, and Attachment. Im a newbie so im a little lost..

Bob Phillips
06-12-2009, 01:20 AM
What do you need explaining, that code does what you ask?

Simon Lloyd
06-12-2009, 03:04 AM
Threads merged as they all ask the same question!
awdw03 please refrain fromasking the same question multiple times, it makes it difficult for those giving up their free time helping you to keep track of the responses.