Click or drag to resize

MessageBodyPart Class

The MessageBodyPart models SIP message body part. When there is a multi - part message, there can be more than one message body part.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesMessageBodyPart

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class MessageBodyPart

The MessageBodyPart type exposes the following members.

Properties
  NameDescription
Public propertyData
Data conatining raw body.
Public propertyDisposition
Disposition represents disposition of the part.
Public propertyEncoding
Encoding of the part to help decode the data.
Public propertyMimeType
MimeType indicating mimeType of payload.
Public propertyNestedParts
NestedParts of the payload.
Top
See Also