![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Change MessageClass on Incoming e-mails in a Shared Mailbox We have a shared mailbox that recives normal IPM.Note mail - We would like to change the We are running Exchange 2007 SP1. Understand that PowerShell is the way to go for this - Where can I find examples on how to build and install this kind of scripts. |
My System Specs![]() |
| | #2 (permalink) | ||||||||||||
| Guest | Re: Change MessageClass on Incoming e-mails in a Shared Mailbox Terje Krsitiansen wrote:
*event*. In other words, everytime a new messages comes in, you'd need this script to run against each message. Now, PowerShell v1 doesn't come with any eventing functionality, but there is an add-on, but whether it will work here or not is another story. You do need something like eventing right? Having a script run every 1 minute or so wouldn't do it right? Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com | ||||||||||||
My System Specs![]() | |||||||||||||
| | #3 (permalink) | ||||||||||||||||||||||||
| Guest | Re: Change MessageClass on Incoming e-mails in a Shared Mailbox The best thing a Script or an AddIn should do is "hook" into the event "NewItem in folder", and then change the MessageClass, before the user can open it. If we have something to run every minute or so - a user can open the the mail before the script have be run - and then with the wrong "form." And Remember - the mailbox is an shared mailbox - and the script or Addin should not run on/in the users mailbox only the shared one. Kind regard terje "Marco Shaw [MVP]" wrote:
| ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
| | #4 (permalink) | ||||||||||||||||||||||||
| Guest | Re: Change MessageClass on Incoming e-mails in a Shared Mailbox I forgot I dont think that events fires in shared mailboxes only in the users own mailbox. kind regards terje kristiansen "Marco Shaw [MVP]" wrote:
| ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
| | #5 (permalink) | ||||||||||||||||||||||||
| Guest | Re: Change MessageClass on Incoming e-mails in a Shared Mailbox Hi Can't test it right now but it seems to me that you need to configure transport rules on your hub transport role server. It's GUI is much like the rules wizard on Outlook and there are also some corresponding cmdlets for it. ----- Shay Levi $cript Fanatic http://scriptolog.blogspot.com
| ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
| | #6 (permalink) | ||||||||||||
| Guest | Re: Change MessageClass on Incoming e-mails in a Shared Mailbox Terje Kristiansen wrote:
new-managedcontentsettings has a messageclass parameter: "-MessageClass <String> The MessageClass parameter specifies the message type to which any expi ration and journaling configuration settings within these content settings apply. The parameter value can be a well-known message type such as Calendar I tems or a specific message class such as IPM.NOTE.SMIME. Well-known message types are as follows: * All Mailbox Content * Calendar Items * Contacts * Documents * Faxes * Journal items * Meeting Requests, Responses, and Cancellations * Notes * Posts * RSS Items * Tasks * Voicemail Specific settings supersede general settings. For example, Voice Mail supersedes All Mailbox Content." I wasn't able to figure out exactly how to use it. Primarily, how to have it reference a public folder. I'll keep searching in my spare time... Marco | ||||||||||||
My System Specs![]() | |||||||||||||
| | #7 (permalink) | ||||||||||||
| Guest | Re: Change MessageClass on Incoming e-mails in a Shared Mailbox
Check out the group microsoft.public.exchange.development. There's a thread I started in the last day or so: "Exchange 2007 eventing" with some good info that might help you. Marco | ||||||||||||
My System Specs![]() | |||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change sound that plays on incoming email | Lindsey | Live Mail | 2 | 07-17-2008 09:35 PM |
| mails for 2 users mixed in the mailbox | lolo | Live Mail | 5 | 07-17-2008 11:17 AM |
| Always received same double messages whenever retrieved incoming mails. | peteryao | Vista mail | 1 | 05-20-2008 09:47 PM |
| Server providers -Incoming/Outgoing E/mails. | culbokie | Vista mail | 1 | 04-07-2008 08:24 AM |
| Re: How could I change the incoming and outgoing servers? | Richard Urban | Vista mail | 2 | 02-17-2007 05:20 PM |