Represents the SIP message received from a remote party
| C# | Visual Basic | Visual C++ |
public sealed class MessageDataPackage
Public NotInheritable Class MessageDataPackage
public ref class MessageDataPackage sealed
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| MessageDataPackage(MimeType, String, String, String) | Initializes a new instance of the MessageDataPackage class | |
| Data |
Gets the data information of the SIP message
| |
| Mimetype |
Gets the type of the SIP message
| |
| Originator |
Gets the originator of the received message
| |
| Recipient |
Gets the recipient of the SIP message
|
| Object | |
| MessageDataPackage | |