Re: SCL Value in Event Sink
- From: "RoyK" <RoyK@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Jan 2006 05:20:27 -0800
Hi,
Tried with your suggestion:
strMsgXSCL =
recItem.Fields("http://schemas.microsoft.com/mapi/proptag/0x40760003")
same error message in log:
(Object doesn 't support this property or method)
another property works fine:
strMsgSubject = recItem.Fields("urn:schemas:httpmail:subject").Value
Roy
"Victor Ivanidze" wrote:
> Try to use this syntax:
>
> recItem.Fields("http://schemas.microsoft.com/mapi/proptag/0x40760003")
>
> Regards,
>
> Victor Ivanidze
> software developer
>
>
> "RoyK" <RoyK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:3F915E6D-360F-43C5-9C98-58CCEF856E39@xxxxxxxxxxxxxxxx
> > Hi,
> > When I try:
> > strMsgXSCL =
> > recItem.Fields("http://schemas.microsoft.com/mapi/proptag/x40760003")
> > or
> > strMsgXSCL =
> > recItem.Fields("http://schemas.microsoft.com/mapi/proptag/x40760003").Value
> >
> > I receive this in log:
> > Object doesn 't support this property or method
> >
> > Roy
> >
> > "Glen Scales [MVP]" wrote:
> >
> >> You can get this property via ADO in a store event sink just use
> >> http://schemas.microsoft.com/mapi/proptag/x40760003
> >> (PR_CONTENT_FILTER_SCL).
> >>
> >> Cheers
> >> Glen
> >>
> >> "RoyK" <RoyK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> >> news:3FA2F08C-F98C-4C34-A9C4-8DF8B3063D04@xxxxxxxxxxxxxxxx
> >> > Hi,
> >> > Does anyone know how to retrieve the SCL value in an event sink
> >> > running on a mailbox using the ADO RecItem.Fields property ?
> >> > Using this method:
> >> > recItem.Fields("urn:schemas:mailheader:to").Value
> >> >
> >> > As I have learned it is an Extended MAPI property.And may not
> >> > be available with the ADO object
> >> >
> >> > Roy K
> >>
> >>
> >>
>
>
>
.
- Follow-Ups:
- Re: SCL Value in Event Sink
- From: Glen Scales [MVP]
- Re: SCL Value in Event Sink
- References:
- SCL Value in Event Sink
- From: RoyK
- Re: SCL Value in Event Sink
- From: Glen Scales [MVP]
- Re: SCL Value in Event Sink
- From: Victor Ivanidze
- SCL Value in Event Sink
- Prev by Date: Re: SCL Value in Event Sink
- Next by Date: Re: Error 403 creating appointment (WebDAV)
- Previous by thread: Re: SCL Value in Event Sink
- Next by thread: Re: SCL Value in Event Sink
- Index(es):
Relevant Pages
|