CSmsNumber Class Reference
	
	
Link against: biowatcher.lib
| class CSmsNumber : public CMsvRecipient | 
Detailed Description
			Recipient information for an SMS message.
			A SMS-SUBMIT message may have several recipients
		Member Enumeration Documentation
		Enum TSmsAckStatus
		
		
				Defines the status of an acknowledgement for a recipient. 
			 
| Enumerator | Value | Description | 
|---|
| ENoAckRequested | 0 | An acknowledgement for this recipient has not been requested.  | 
| EPendingAck |  | The delivery status for this recipient has been requested, but the status report has not yet been received.  | 
| EAckSuccessful |  | A successful acknowledgement for this recipient has been received.  | 
| EAckError |  | A failed acknowledgement for this recipient has been received.  | 
 
Constructor & Destructor Documentation
		~CSmsNumber (  )
		
		| IMPORT_C | ~CSmsNumber | ( | ) | [virtual] | 
 
Member Function Documentation
		AckStatus ( TSmsAckType )
		
		
	 
		Address (  )
		
		| IMPORT_C TPtrC | Address | ( | ) | const | 
 
		CopyL ( const CSmsNumber & )
		
		
	 
		ExternalizeL ( RWriteStream & )
		
		| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [virtual] | 
 
		InternalizeL ( RReadStream & )
		
		| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] | 
 
		LogId (  )
		
		
				Gets the ID by which to identify the SMS-DELIVER message PDU for this recipient.
				
			 
Returns: The log ID for this recipient. 
 
		Name (  )
		
		| IMPORT_C TPtrC | Name | ( | ) | const | 
 
		NewL ( const CSmsNumber & )
		
		
	 
		SetAckStatus ( TSmsAckType, TSmsAckStatus )
		
		
	 
		SetAddressL ( const TDesC & )
		
		| IMPORT_C void | SetAddressL | ( | const TDesC & | aAddress | ) |  | 
 
		SetEmailAddressL ( const TDesC &, CSmsEmailFields *, const TDesC & )
		
		
	 
		SetLogId ( TLogId )
		
		| void | SetLogId | ( | TLogId | aLogId | ) | [inline] | 
				Sets the ID by which to identify the SMS-DELIVER message PDU for this recipient.
				
			 
| Parameter | Description | | aLogId | The log ID for this recipient. | 
 
		SetNameL ( const TDesC & )
		
		| IMPORT_C void | SetNameL | ( | const TDesC & | aName | ) |  |