Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Thu, 18 May 2006 16:53:21 +0200,    group: microsoft.public.exchange2000.development        back       


How to set the SCL value on an incoming CDO.Message? (c#)   
Hi,
I've got an OnArrival event sink and I can manage CDO.Message fields but 
with stuff like:
msg.Fields["urn:schemas:mailheader:X-SCL"], I can add a header called X-SCL, 
but this isn't the actual SCL value I'm adding then.
Can anyone point me to the right direction?
Thanks
Peter
date: Thu, 18 May 2006 16:53:21 +0200   author:   Peter Demeyer

Re: How to set the SCL value on an incoming CDO.Message? (c#)   
The SCL value is not a header property actually it not a property of the 
message stream at all it does become a Mapi property on the message when it 
hits the recipient store but basically the IMF passes the SCL as part of the 
EXCH50 blob the IMF release notes describe this

How is the SCL information transferred between Exchange servers?

SCL information is transmitted as part of the EXCH50 blob between Exchange 
2000 and/or Exchange 2003 servers. EXCH50 blobs can only be transmitted 
across authenticated connections that have SendAs rights.

However, if there is a device in between the Exchange servers that does not 
support EXCH50, the SCL rating will be lost.

ref 
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm

You can create a sink to write its own SCL value but i don't think you can 
use Onarrival the process for writing something like this is documented in 
the Exchange SDK along with a template for writing a OnSMTPInCommand 
protocol event sink see

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/ast_anti_spam.asp

Cheers
Glen


"Peter Demeyer"  wrote in message 
news:e4i1p2$a4v$1@ikaria.belnet.be...
> Hi,
> I've got an OnArrival event sink and I can manage CDO.Message fields but 
> with stuff like:
> msg.Fields["urn:schemas:mailheader:X-SCL"], I can add a header called 
> X-SCL, but this isn't the actual SCL value I'm adding then.
> Can anyone point me to the right direction?
> Thanks
> Peter
>
date: Fri, 19 May 2006 09:45:15 +1000   author:   Glen Scales [MVP]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us