Hi!
I try to open a .xsd file in BizTalk 2004 and receive the following error:
The http://www.w3.org/2001/XMLSchema.targetNamespace-Attribut is not supported in this context
The content of the file is the following:
<?xml version='1.0' ?>
<xs:schema...
Hallo,
according to an example at msdn (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bts02kit/htm/bts_netsdk_btsinterchange_mppw.asp) I want to exchange documents between an application and BizTalk Server 2002.
My coding is the following:
....
using Microsoft.BizTalk...
Hallo,
I installed an event sink for the OnArrival event (vbscript). Each incoming mail contents a spam flag in the subject.
The vbscript read the subject field and in case of spam the mail should be marked in a way that outlook recognizes the mail as junk.
Is there a property within the msg...
Hallo,
I wrote a little vbscript to detect incoming spam mails. Plan is, after detecting spam mail the mail should be delivered to a specific junkmail folder for each user (not to the badmail folder of the exchange server).
According to that I've installed an event sink for the OnArrival Event...
Hallo,
I wrote a little vbscript to detect incoming spam mails. Plan is, after detecting spam mail the mail should be delivered to a specific junkmail folder for each user (not to the badmail folder of the exchange server).
According to that I've installed an event sink for the OnArrival Event...
Hallo,
in order to get familiar with event sinks I followed the instructions in an example that I found at microsoft website. That's what I did:
1) register the 'script host sink' on the exchange server with the following commands:
regsvr32.exe exodbesh.dll
regsvr32.exe exodbprx.dll
cscript...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.