Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. newuserxyz

    Error when opening a xsd file in BizTalk

    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...
  2. newuserxyz

    event sink - how to save incoming mail to a specific folder

    Hi jerrycurl! maybe I can help you ... I solved the problem in the meantime ... what exactly is your problem?
  3. newuserxyz

    class BTSInterchange doesn't exist in BTSInterchangeLib.dll

    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...
  4. newuserxyz

    OnArrival event sink - CDO - mark email as spam for outlook

    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...
  5. newuserxyz

    event sink - how to save incoming mail to a specific folder

    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...
  6. newuserxyz

    cdo + exchange - how to save incoming mail to a specific folder ?

    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...
  7. newuserxyz

    register event sink / script is not activated after event is fired

    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...

Part and Inventory Search

Back
Top