Re: Jonathon...notes

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Danny,

Unfortunately I didn't or at least couldn't find it if it went into my
spam folder.

Any chance you could send it to this address instead:
jl234[at]verizon[dot]net?

Thanks again!


DannyJ wrote:
Hi Jonathon,

Did you get them?

"jonathan.livingston@xxxxxxxxx" wrote:

Danny,

Sure, it's jonathan[dot]livingston[at]gmail[dot]com.

Thanks a ton I really appreciate it!

- Jonathan

DannyJ wrote:
Hi jonathon,

tried to email you the notes but no joy. woudl you confirm your email please?


Danny

"jonathan.livingston@xxxxxxxxx" wrote:

DannyJ,

Any chance you could post those steps here? I'm kinda basic with this,
but it would suit my needs exactly.


DannyJ wrote:
....that I have created some step by step notes for how to create a send and
delete button for Outlook. These have you and your book in the
acknowledgements and will be available to 1400 people (I am an IT trainer
with a health care organisation).

thank you again,

Danny

"Sue Mosher [MVP-Outlook]" wrote:

My book would probably be just the right level to build on what you already know.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"DannyJ" <DannyJ@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:D88625BB-681B-447D-A6B7-DF5A9DE09AEF@xxxxxxxxxxxxxxxx
Dear Sue,

Thank you. I did not know you had a book out. Given that my knowledge of
VBA is a 3 day course in Excel Macros and VBA (and your explanation above
made me want to hide behind the sofa), would your book be too advanced for
me? I am pretty good at using MS Office ....but pretty rubbish at programming.

Danny

"Sue Mosher [MVP-Outlook]" wrote:

It works fantastically in Outlook.....but not if Word is the email editor.

If you want the code to run from Word VBA, you'd need to instantiate an Outlook Application object with CreateObject:

Set objOL = CreateObject("Outlook.Application")
Set msg =objOL.ActiveInspector.CurrentItem

etc.

Also I was wondering if it is possible to get round the "a program is trying
to send an email" message box.

See http://www.outlookcode.com/d/sec.htm for your options with regard to the "object model guard" security in Outlook 2000 SP2 and later versions.

"Sue Mosher [MVP-Outlook]" wrote:

Sub SendIt
On Error Resume Next
Set msg = Application.ActiveInspector.CurrentItem
msg.DeleteAfterSubmit = True
msg.Send
End Sub

"DannyJ" <DannyJ@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:4394F284-95CE-4D35-9C74-40F0740D3F37@xxxxxxxxxxxxxxxx
Hi folks,

I would really like to create a button that sends the email and then deletes
it from the sent items folder. This would be really useful for getting rid
of emails that just say "thanks" etc.

Any ideas?

Many thanks,

Danny








.


Quantcast