Click or drag to resize

MessageInfoNumSegments Property

The number of body segments associated with this message. In a common case, an ASCII message of 180 characters will be split into one segment with 160 characters and one with 20 characters, so NumSegments would be 2 for that message.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int NumSegments { get; set; }

Property Value

Type: Int32
See Also