TSendingCapabilities Class Reference
#include
<mw/TSendingCapabilities.h>
Link against: CSendUi.lib
| class TSendingCapabilities |
Detailed Description
Sending capabilities for sending services. Used by SendUi to filter sending services from "Send" pop-up list query.
Member Attribute Documentation
Member Enumeration Documentation
Enum TSendingFlags
| Enumerator | Value | Description |
|---|
| EAllServices | 0 | |
| ESupportsAttachments | 1 | |
| ESupportsBodyText | 2 | |
| ESupportsBioSending | 4 | |
| ESupportsEditor | 8 | |
Constructor & Destructor Documentation
TSendingCapabilities ( )
| IMPORT_C | TSendingCapabilities | ( | ) | |
TSendingCapabilities ( TInt, TInt, TInt )
| IMPORT_C | TSendingCapabilities | ( | TInt | aBodySize, |
| | TInt | aMessageSize, |
| | TInt | aFlags |
| | ) | |
| Parameter | Description | | aBodySize | Maximum body size. |
| aMessageSize | Maximum whole message size (inc. attachments). |
Member Function Documentation
CapabilitiesForAllServices ( )
operator!= ( const TSendingCapabilities & )
Overloaded not equal operator.
| Parameter | Description | | aSendingCapabilities | Sending capabilities to be compared |
Returns: ETrue if not equal, otherwise, EFalse
operator== ( const TSendingCapabilities & )
Overloaded equal operator.
| Parameter | Description | | aSendingCapabilities | Sending capabilities to be compared |
Returns: ETrue if equal, otherwise, EFalse