Forum: Outlook - General Queries
December 17th 07, 11:47 AM Posted to microsoft.public.excel.programming, microsoft.public.outlook,microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,017
Emailing Activesheet As Body of Email
On Dec 16, 3:48 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Yes, as I said, you need to return ActiveSheet.MailEnvelope.Item, which is a MailItem, and
then work with its...
|
Forum: Outlook and VBA
December 17th 07, 11:47 AM Posted to microsoft.public.excel.programming, microsoft.public.outlook,microsoft.public.outlook.program_vba
|
Replies: 10
Views: 843
Emailing Activesheet As Body of Email
On Dec 16, 3:48 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Yes, as I said, you need to return ActiveSheet.MailEnvelope.Item, which is a MailItem, and
then work with its...
|
Forum: Outlook - General Queries
December 13th 07, 08:06 AM Posted to microsoft.public.excel.programming, microsoft.public.outlook
|
Replies: 4
Views: 971
Sending Email - different reply-to address
I used this technique because it was so simple... until I wanted to
send from another account.
Using the mailEnvelope technique I am able to send worksheets with
images on them without having to go...
|
Forum: Outlook - General Queries
December 12th 07, 09:22 AM Posted to microsoft.public.excel.programming, microsoft.public.outlook
|
Replies: 4
Views: 971
Sending Email - different reply-to address
Thanks Ron that code worked great....
Flushed with that success I was asked to do a similar thing with this
code...
With ActiveSheet.MailEnvelope
.Item.BCC = sRecipientList (an array of...
|
Forum: Outlook - General Queries
December 11th 07, 11:09 AM Posted to microsoft.public.excel.programming, microsoft.public.outlook
|
Replies: 4
Views: 971
Sending Email - different reply-to address
Apologies for cross posting, please understand I did not know which
group would be best.
I have the following code in Excel which creates an EMail
Dim olApp As Object
Dim olMail As Object
Set...
|
Forum: Outlook - General Queries
February 19th 07, 01:46 PM Posted to microsoft.public.outlook
|
Replies: 2
Views: 459
Outlook 2003
On Feb 19, 12:51 pm, Gordon wrote:
Pete wrote:
I have created a rule which if an Email is received through a specified
account it should be perminently deleted....
|
Forum: Outlook - General Queries
February 19th 07, 01:39 PM Posted to microsoft.public.outlook
|
Replies: 3
Views: 500
Outlook 2003 Rules Problem
On Feb 19, 1:20 pm, Gordon wrote:
PWS wrote:
I have created a rule which if an Email is received through a
specified
account it should be perminently...
|
Forum: Outlook - General Queries
February 19th 07, 01:13 PM Posted to microsoft.public.outlook
|
Replies: 3
Views: 500
Outlook 2003 Rules Problem
I have created a rule which if an Email is received through a
specified
account it should be perminently deleted. This is actually the third
of
three rules which is designed to deleted all spam,...
|
Forum: Outlook - General Queries
February 19th 07, 01:06 PM Posted to microsoft.public.outlook
|
Replies: 1
Views: 238
Outlook 2003
I have created rules which allow Email to two specific addresses on
the domain to be moved upon receipt. I have a third rule which should
perminently deleted an other Email from this domain. ...
|