MessageSendCapability Property |
Returns a Capability object that indicates if the message can be sent.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic Capability SendCapability { get; }
Property Value
Type:
Capability
Remarks
This capability is
Allowed when all of the following conditions are true:
- The messaging service is online (has an active connection to the server).
- The Message has not yet been sent, or a send failure has occurred.
- The Message has no body text or the messaging server supports the sending of messages containing text.
- The Message has body text whose length does not exceed the maximum text length set on the messaging server.
- The Message has no attachments or the messaging server supports the sending of messages having attachments.
- The Message has no "thumbnail" attachments or the messaging server supports the sending
of messages having "thumbnail" attachments.
See Also