create new mail item from current item

Status
Not open for further replies.
L

lindstrom

Greetings,

How can I create a new mail item from the active inspector current item?

Thank you
 
Please provide more details on what you want to do. In other words, what does

the current item have to do with the new item you want to create?

Sue Mosher
 
Sue,

Many thanks for your reply.

What I'm actually trying to do is to come up with a routine that will forward a mail item to a friend without the "FWD: " in the subject and without the "From,Sent,To,Subject" lines in the message.

One suggestion that I received was to create a new mail item from the current mail item and I've been trying to do that, but so far I've been unsccessful.

DL
 
So you essentially want to resend the item, so that the friend sees it as

coming from you? Outlook has no programmatic way to do that directly. If you

just make a copy of the item (with the MailItem.Copy method), and try to

address and send that, you may get an error that you can't send on behalf of

the original sender. Another approach would be to use SaveAs to save the item

as an .msg file, then use CreateItemFromTemplate to create a new item from

that saved original.

Sue Mosher

"lindstrom" wrote:


> Sue,
> Many thanks for your reply.
> What I'm actually trying to do is to come up with a routine that will forward a mail item to a friend without the "FWD: " in the subject and without the "From,Sent,To,Subject" lines in the message.
> One suggestion that I received was to create a new mail item from the current mail item and I've been trying to do that, but so far I've been unsccessful.
> DL
>
 
Sue,

I'll try those suggestions and see what happens.

Your assistance is greatly appreciated.

DL
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
A Outlook macro to create search folder with mail categories as criteria Outlook VBA and Custom Forms 3
T Create Rule For Secondary E-Mail Address In Outlook 2016 Using Outlook 4
M receive mail when appointment category changes and create task from appointment Outlook VBA and Custom Forms 0
L any ways to create shortcuts to a public mail folder Using Outlook 4
J Create Calendar Alert Event form Mail Subject line? Using Outlook 4
A Creating rule to create week folder and transfer mail using alert Using Outlook 3
D Create additional custom flag descriptions (other than Send E-Mail, Call etc.) Using Outlook 1
P VBA create mail with attachment and voting buttons Using Outlook 6
B How do I create and send mail in Outlook 2003 from code? Using Outlook 5
H can i automatically create new contact from specifc incoming mail BCM (Business Contact Manager) 2
S Create Outlook Task from Template and append Body with Email Body Outlook VBA and Custom Forms 4
B Modify VBA to create a RULE to block multiple messages Outlook VBA and Custom Forms 0
J Want to create a button on the nav bar (module add-in) to run code Outlook VBA and Custom Forms 2
B How to create a button that sorts and selects the most recent message with ONE click Using Outlook 2
J PSA: How to create custom keyboard shortcut for "Paste Unformatted Text" in Outlook on Windows Outlook VBA and Custom Forms 1
W Create a Quick Step or VBA to SAVE AS PDF in G:|Data|Client File Outlook VBA and Custom Forms 1
Wotme create email only data file Using Outlook 1
S Outlook 365 Help me create a Macro to make some received emails into tasks? Outlook VBA and Custom Forms 1
J How to create a drop down user defined field that will appear on an inbox view Outlook VBA and Custom Forms 8
Commodore Any way to create "from-only" account on Outlook 2021? Using Outlook 1
L Capture email addresses and create a comma separated list Outlook VBA and Custom Forms 5
N Can't create NEW GROUP and add/remove a member from existing Group in Outlook Using Outlook 1
NVDon Create new Move To Folder list Outlook VBA and Custom Forms 0
C Create Meeting With Custom Form Outlook VBA and Custom Forms 2
D Create advanced search (email) via VBA with LONG QUERY (>1024 char) Outlook VBA and Custom Forms 2
G Create ordinal numbers for birthday Outlook VBA and Custom Forms 2
O Outlook 365 - How to create / copy a new contact from an existing one? Using Outlook 5
D Create new email from the received Email Body with attachment Outlook VBA and Custom Forms 10
A How to create fixed signatures for aliases that process through GMAIL? Outlook VBA and Custom Forms 0
P Can I create a Rule that sends me an email when I get a Task? Using Outlook 2
M How create a Rule to filter sender's email with more that one @ sign Using Outlook 1
B Can I create a local PST file for SPAM on a drive that is usually disconnected? Using Outlook 3
Chiba Create an appointment for all the members Outlook VBA and Custom Forms 1
S Create a clickable custom column field Outlook VBA and Custom Forms 0
O Create a custom contact form - questions before messing things up... Outlook VBA and Custom Forms 4
L automaticaly create a teams meeting with a sync Using Outlook 0
D Can Exchange Admin Center create a pst for users email/contacts/calendar? Exchange Server Administration 0
S Create A Search Folder That Looks For Message Class? Outlook VBA and Custom Forms 0
F How to create phone number as links in notes of Contacts Using Outlook 2
Nessa Can't create new appointment Using Outlook 1
A Create date folder and move messages daily Outlook VBA and Custom Forms 1
C Create new Message with shared contacts & BCC'ing recipients Outlook VBA and Custom Forms 0
O Multiple email accounts - hesitate to create a new profile Using Outlook 3
G Can't create Folder Groups in Outlook 2013 Using Outlook 0
N Outlook rules don't create a copy for bcc'ed emails Using Outlook 3
F Delete/create/reset Exchange mailbox on Outlook.com Using Outlook.com accounts in Outlook 3
R Can not create folder to store specific emails in in Outlook for Mac Using Outlook 1
W Create Search Folder excluding Specific Email Addresses Using Outlook 5
K VBA BeforeItemMove event create rule to always move to its folder. Outlook VBA and Custom Forms 4
JackBlack What tools do you use to create the signature for email? Using Outlook 3

Similar threads

Back
Top