SIPInstantMessageResultDelivered Property |
Gets a boolean value indicating whether the message was delivered.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic bool Delivered { get; }
Public ReadOnly Property Delivered As Boolean
Get
public:
property bool Delivered {
bool get ();
}
member Delivered : bool with get
Property Value
Type:
Boolean
See Also