Here is the KB article for the values. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q281740 <http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com :80/support/kb/articles/Q281/7/40.ASP&NoWebContent=1>
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Newell Sent: Saturday, July 31, 2004 1:57 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Property to send a contact plain text/uuencode only Exactly what I was looking for. Thanks. _____ From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Fri 7/30/2004 5:31 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Property to send a contact plain text/uuencode only Here is a piece of code from my MailEnable method on my Contact wrapper class: 'set internetEncoding 'internetEncoding is based on the following: 'Use the settings from the Internet Mail Service 1310720 'Multipurpose Internet Mail Extensions (MIME) with Plain Text 393216 'MIME with Hypertext Markup Language (HTML) 917504 'MIME with Plain Text and HTML 1441792 'Plain Text/uuencode 2228224 'Plain Text/uuencode with Binhex 131072 entry.Properties("internetEncoding").Value = 1310720 It looks like plaintext/uuencode = 2228224 I can't remember where I got that list of values. The above is a snippet of .NET code, but you should be able to put together a script based on this. Note that the value is numeric, not a string. Joe K. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Newell Sent: Friday, July 30, 2004 4:22 PM To: [EMAIL PROTECTED] Subject: [ActiveDir] Property to send a contact plain text/uuencode only Hey all, I need to change the setting on 700 contacts to only send them email in plain text/uuencode. I'm assuming it's a property for the contact in AD but I can't find it. To manually change this it's in the properties of the contact,+ under the email address, advanced, override internet mail settings. Does anyone know what the name of the property is? Windows 2003 server, Exchange 2003. As always, I appreciate the help. Mike Newell Information Systems Manager OSI Systems Inc. List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
<<attachment: winmail.dat>>
