EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

Attachments Property

A collection of files attached to the current RNIF message.

Syntax

[VB.NET]
Public Property Attachments As RNIFAttachmentList

[C#]
public RNIFAttachmentList Attachments {get;}

Remarks

Some RosettaNet PIPs, and potentially any non-RosettaNet standards, allow for extra files or data to be attached to the RosettaNet business document. Since the RosettaNet document is MIME-encoded, there are no specific limitations on the number of attachments. The message attachments are included in the payload container with the ServiceContent, so if EncryptionType is set to any non-zero value (i.e., etEncryptPayloadContainer or etEncryptServiceContent) the attachments will be encrypted as well.

The message attachments are described by the RNIFAttachment objects stored within the Attachments property.

This property is a field of the service header.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0