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; }
Public Property NumSegments As Integer
Get
Set
Property Value
Type:
Int32See Also