Skip to main content
Version: 4.2.5

IAS2Message Interface

Namespace: iCore.Public.AS2
Assembly: iCore.Public.AS2.dll

Represents an AS2 Message.

public interface IAS2Message : IProvidesImplementation, IDisposable

Implements IProvidesImplementation, IDisposable

Properties

NameDescription
AS2FromAS2-From field.
AS2ToAS2-To field.
MessageIDThe unique ID of the AS2 message.
CharsetGets or sets the name of charset to use to encode message header.
HeaderEncodingGets or sets the transfer encoding to be used to encode message header.
DateThe date this message was originated.
SubjectSubject of the AS2 message.
ErrorsGets or sets the errors reported when the message was loaded.
MDNRequestGets or sets the MDN request associated with this message.
EncryptionGets or sets the encryption options associated with this message.
CompressionGets or sets the compression options associated with this message.
SignatureGets or sets the encryption options associated with this message.
PayloadsGets the payloads on the AS2 message.
AS2EdiintFeaturesGets or sets the AS2 EDIINT Feature header associated with this message. For a message that has been loaded, the property will return all supported features found in the loaded message.