A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Modify CC Field



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 29th 06, 08:17 PM posted to microsoft.public.outlook.program_vba
Kamek
external usenet poster
 
Posts: 2
Default Modify CC Field

Ok heres the story its kind of complex so let me explain it first
before I ask my question.
We have a local exchange server we use for in house email and my boss
will sometimes cc and forward stuff to people in our building and then
want to forward that stuff over to someone outside the building through
our outside email. So then someone gets that email it'll have addresses
only valid on our exchange server and people will reply to them and
have them sent back.
So what I want to do is write a script to change the cc addresses
to when ever a
message is sent to someone outside our exchange server. Is that
possible, and if so can someone give me a bit of code to work with?

Ads
  #2  
Old June 29th 06, 11:28 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Modify CC Field

You shouldn't need to use any code at all. If Exchange is configured
correctly, the internal addresses can be protected and outside users can send
e-mail from the Internet to your org by using smart hosts and the SMTP
connector:

How To Configure the SMTP Connector to Link to Internet Domains in Exchange:
http://support.microsoft.com/kb/319426/en-us

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Kamek" wrote:

Ok heres the story its kind of complex so let me explain it first
before I ask my question.
We have a local exchange server we use for in house email and my boss
will sometimes cc and forward stuff to people in our building and then
want to forward that stuff over to someone outside the building through
our outside email. So then someone gets that email it'll have addresses
only valid on our exchange server and people will reply to them and
have them sent back.
So what I want to do is write a script to change the cc addresses
to when ever a
message is sent to someone outside our exchange server. Is that
possible, and if so can someone give me a bit of code to work with?


  #3  
Old July 6th 06, 07:04 PM posted to microsoft.public.outlook.program_vba
Kamek
external usenet poster
 
Posts: 2
Default Modify CC Field

Well at this point we cant really do any modification other than
small stuff to our exchange and pdc because we're in the process of
updating our broadcasting systems to digital among a bunch of other
stuff and we only have two tech's to do it. Another problem is the
outside domain we have isnt really something we can play with because
its not really a domain its just a shell for our outside email and a
small webpage thats hosted by our isp if I understand it correctly.
Like I said we've been really bussy and I was just hoping for a quick
fix but vb isnt my language I'm more of a c# guy at this point.
Right now I have a script that just finds insidemail.org and
replaces it with outside.org basicly but I think the problem is I'm
using find and replace on that field but when I put someone in the cc
field it just displays their name out of the GAL and I think thats
whats messing it up.
Anyway I also wanted to ask if there was a .net assembly or
something for outlook, or any way I could do a script that executes on
send using .net?


Eric wrote:
You shouldn't need to use any code at all. If Exchange is configured
correctly, the internal addresses can be protected and outside users can send
e-mail from the Internet to your org by using smart hosts and the SMTP
connector:

How To Configure the SMTP Connector to Link to Internet Domains in Exchange:
http://support.microsoft.com/kb/319426/en-us

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Kamek" wrote:

Ok heres the story its kind of complex so let me explain it first
before I ask my question.
We have a local exchange server we use for in house email and my boss
will sometimes cc and forward stuff to people in our building and then
want to forward that stuff over to someone outside the building through
our outside email. So then someone gets that email it'll have addresses
only valid on our exchange server and people will reply to them and
have them sent back.
So what I want to do is write a script to change the cc addresses
to when ever a
message is sent to someone outside our exchange server. Is that
possible, and if so can someone give me a bit of code to work with?



  #4  
Old July 6th 06, 11:00 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Modify CC Field

There's tons of resources on programming Outlook with .NET; see the 'Building
COM Add-ins with VB.NET' section he

Developer Learning Center for Microsoft Outlook:
http://www.outlookcode.com/d/index.htm

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Kamek" wrote:

Well at this point we cant really do any modification other than
small stuff to our exchange and pdc because we're in the process of
updating our broadcasting systems to digital among a bunch of other
stuff and we only have two tech's to do it. Another problem is the
outside domain we have isnt really something we can play with because
its not really a domain its just a shell for our outside email and a
small webpage thats hosted by our isp if I understand it correctly.
Like I said we've been really bussy and I was just hoping for a quick
fix but vb isnt my language I'm more of a c# guy at this point.
Right now I have a script that just finds insidemail.org and
replaces it with outside.org basicly but I think the problem is I'm
using find and replace on that field but when I put someone in the cc
field it just displays their name out of the GAL and I think thats
whats messing it up.
Anyway I also wanted to ask if there was a .net assembly or
something for outlook, or any way I could do a script that executes on
send using .net?


Eric wrote:
You shouldn't need to use any code at all. If Exchange is configured
correctly, the internal addresses can be protected and outside users can send
e-mail from the Internet to your org by using smart hosts and the SMTP
connector:

How To Configure the SMTP Connector to Link to Internet Domains in Exchange:
http://support.microsoft.com/kb/319426/en-us

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Kamek" wrote:

Ok heres the story its kind of complex so let me explain it first
before I ask my question.
We have a local exchange server we use for in house email and my boss
will sometimes cc and forward stuff to people in our building and then
want to forward that stuff over to someone outside the building through
our outside email. So then someone gets that email it'll have addresses
only valid on our exchange server and people will reply to them and
have them sent back.
So what I want to do is write a script to change the cc addresses
to when ever a
message is sent to someone outside our exchange server. Is that
possible, and if so can someone give me a bit of code to work with?




 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modify outlook today 2003 Graeme Outlook - Using Forms 1 May 26th 06 10:54 PM
Modify new mail alert/rule [email protected] Outlook - General Queries 3 April 27th 06 02:33 PM
Modify Outlook Login window Nphil Outlook - Installation 1 April 8th 06 03:12 PM
how can i modify the entries in a dropdown list Tom Outlook - Using Forms 1 February 1st 06 12:49 AM


All times are GMT +1. The time now is 08:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.