EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


SBASDispositionSendingMode

Declared in    


 

Defines sending modes for AS delivery receipts.

 
 

Declaration

[C#]
    enum TSBASDispositionSendingMode { dsmSentManually = 0, dsmSentAutomatically = 1 }

[VB.NET]
    Enum TSBASDispositionSendingMode
      dsmSentManually = 0
      dsmSentAutomatically = 1
    End Enum

[Pascal]
    TSBASDispositionSendingMode = (dsmSentManually, dsmSentAutomatically);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Possible values:

[.NET] [Pascal] Description
dsProcessed = 0 dsProcessed The message has been processed on the server.
dsFailed = 1 dsFailed A failure occurred that prevented the proper generation of an MDN.
Declared in
[.NET] [Pascal]
Namespace: SBASCommon
Assembly: SecureBlackbox.EDI
Unit: SBASCommon

 
 

Declared in

.NET:

  • Namespace: SBASCommon
  • Assembly: SecureBlackbox.EDI
VCL:
  • Unit: SBASCommon
ActiveX/DLL: Not available
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation