Returns the identifier for an envelope. IDs are typically an 8 character filename with the extension ENV.

Namespace: ININ.IceLib.UnifiedMessaging
Assembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public string EnvelopeId(
	int envelopeIndex
)
Visual Basic
Public Function EnvelopeId ( _
	envelopeIndex As Integer _
) As String

Parameters

envelopeIndex
Type: System..::..Int32
The 0 based envelope number of the envelope whose ID is being requested.

Return Value

The string name used to identify the envelope data.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThrown when the ID is requested for an envelope that doesn't exist.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also