Forum: Outlook - Calandaring
August 22nd 09, 05:22 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 1
Views: 543
|
Forum: Outlook and VBA
July 3rd 08, 04:56 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 540
Outlook email automation help
I am desperate for some help on doing email with Outlook using OLE from a VB
app that will call out to Outlook to send email.
There are 2 reasons I believe I need to use OLE. First, I must add...
|
Forum: Outlook and VBA
May 28th 08, 04:23 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 734
Managing messages before sending
Sue,
Don't suppose you know of some vba code out there that may use Itemsend. An
example would help me get started.
Thanks,
Mark
"Sue Mosher [MVP-Outlook]" wrote:
|
Forum: Outlook - General Queries
May 28th 08, 12:04 AM Posted to microsoft.public.outlook
|
Replies: 8
Views: 568
Using Outlook with Exchange Server
As I expected, port 25 was the problem. See my reply to Diane here.
Fortunately, I did not need to work through exchange, and was able to
program the email send directly.
Thanks again for you...
|
Forum: Outlook - General Queries
May 28th 08, 12:02 AM Posted to microsoft.public.outlook
|
Replies: 8
Views: 568
Using Outlook with Exchange Server
Diane,
I gave the client the option in my email program of using other port
numbers, and eventually one did work. The email was sent out, and we
received it here.
I believe the port restriction...
|
Forum: Outlook - General Queries
May 27th 08, 05:58 AM Posted to microsoft.public.outlook
|
Replies: 8
Views: 568
Using Outlook with Exchange Server
Thanks. Guess I need to get more info from the client.
My program attempts to directly connect to an smtp server,
defaulting to using Port25. It does not actually go thru OL. I am not sure
how...
|
Forum: Outlook - General Queries
May 26th 08, 05:21 PM Posted to microsoft.public.outlook
|
Replies: 8
Views: 568
Using Outlook with Exchange Server
Port 25 is sometimes blocked by some ISP to reduce spam issues. For my
clients not using Exchange, I step them thru the Outlook screens to allow
them to locate the port that is now working with OL...
|
Forum: Outlook and VBA
May 26th 08, 04:58 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 734
Managing messages before sending
I have had to develop an email system without the use of Outlook, but would
like to see if I can integrate the same functionality using Outlook to take
advantage of the extensive OL email...
|
Forum: Outlook - General Queries
May 22nd 08, 05:53 PM Posted to microsoft.public.outlook
|
Replies: 8
Views: 568
Using Outlook with Exchange Server
I have a client that uses Outlook with Exchange server. I do not have
Exchange Server, and so the options in my outlook menu are different than
theirs.
I am trying to find where I could direct...
|
Forum: Outlook and VBA
August 17th 07, 05:16 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 636
Deploying custom code
Eric,
Thanks. Yes, COM add in is probably what I need to do.
Am new to creating COM add ins. If I were to do so, I would want the COM
add in to load a table (Access or Dbase), allow the user to...
|
Forum: Outlook and VBA
August 17th 07, 02:21 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 636
Deploying custom code
I am putting together some code to write out the entryids for selected email
to a file (thanks to Michael Bauer for the help) where my app can read the
ids. I want this code to run from a custom...
|
Forum: Outlook and VBA
August 15th 07, 05:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 435
Using DLL in Outlook
Michael,
Thanks. This should give me a good start.
Mark
"Michael Bauer [MVP - Outlook]" wrote:
|
Forum: Outlook and VBA
August 11th 07, 06:26 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 435
Using DLL in Outlook
I would like to add a button to OL and have it collect the entryid for each
selected email and write the entryid for each to a file where my app will be
able to use them. It would be essential...
|
Forum: Outlook and VBA
August 3rd 07, 05:32 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,302
Email message missing
Ken,
Resolve...of course I realize what that is. I rarely use it because my
emails are programmatically sent using an outside email list, not the address
book. Sorry, that was a bonehead...
|
Forum: Outlook and VBA
August 3rd 07, 04:26 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,302
Email message missing
Thanks to Ken and Wild Bill. Still not having any luck on this, tho. I
tried checking the body prior to send() and the message is there and is fine.
I also tried a display() instead of send(),...
|
Forum: Outlook and VBA
August 3rd 07, 01:04 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,302
Email message missing
Ken,
Thanks. I thought this is the way to do it, but cannot get it to work for
me for some reason. I do all the same.
I wonder if there is some setting in OL that is preventing the save of the...
|
Forum: Outlook and VBA
August 3rd 07, 01:00 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,302
Email message missing
Wild Bill'
Good ideas.
I tried adding string to top of the html message and still no message in the
sent folder. I tried sending plain text (.body instead of .htmlbody), and
again the message...
|
Forum: Outlook and VBA
August 1st 07, 07:22 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,302
Email message missing
Ken,
Got excited cause that sounded like a good idea, but no luck. Still get the
email recorded into sent box but with a blank messge even tho the email
arrives to recipient fine with the full...
|
Forum: Outlook and VBA
August 1st 07, 02:06 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,302
Email message missing
I have been able to send HTML email programmatically thru Outlook from within
my app. The message is received by the recipient, and the email is recorded
as sent in the Outllook sent box. But the...
|
Forum: Outlook and VBA
July 19th 07, 10:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 768
Setting account for an outgoing email
I am using OLE to call outlook in my app to send email. I see many
properties I can set, but not one that I can use to set the account (e.g.,
send via , or send via ,...
|
Forum: Outlook and VBA
July 18th 07, 09:18 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,398
Outlook email tracking with a reply
Dmitry,
Thanks. I understand that SMTP protocol requires a message ID with each
email sent and for it to be included in the reply. Do you know whether this
id would allow me to track replies? ...
|
Forum: Outlook and VBA
July 14th 07, 06:18 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 495
Reading configure info
Is there a way to read the Outlook configure info using VBA, e.g., I need to
get the Incoming mail server (POP3), Outgoing mail server (SMTP) that is
filled in on the options screen?
Many thanks...
|
Forum: Outlook and VBA
July 14th 07, 06:14 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,398
Outlook email tracking with a reply
When I send an email thru Outlook using my application, I would like to tag
the email with a unique number. I would like this number to be returned in
any reply.
I know I could use the subject...
|
Forum: Outlook and VBA
April 23rd 07, 02:28 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 443
Retrieving the message and subject of email
Hope someone can give me a hand with this.
I have a VB app in which I have implemented a feature to allow the user to
double click on an email address in an entryfield to open outlook and send to...
|
Forum: Outlook and VBA
April 21st 07, 12:38 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 811
Send/Receive in Outlook
IN my VB app, I can have users click on an email address and Outllook will
open (or Word will open as the email edtior for outlook), and the user can
complete and click on send. But when they...
|