![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |