[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sender that sends messages directly through the client framework via COM. This requires an SMS client to be installed.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
CcmSender : 

IMessageSender
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
CcmSender _
	
Implements 

IMessageSender
[
SerializableAttribute]
public 
ref class 
CcmSender 
sealed : 

IMessageSender

Members

                             
  All Members     Constructors      Properties      Methods      Events   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CcmSender () () () ()
DeleteTemporary
If true, temporary files such as attachments will be cleaned out. Default is true.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
OnReceived
Event that is fired after a message is received. The message contents can be changed before the message is returned to the caller. Only SendSync fires this event, SendAsync will not fire this event.
OnSend
Event that is fired before a message is sent. The message contents can be changed before the message is delivered or inspected. Both SendSync and SendAsync fire this event.
SendAsync(IMessage)
Sends the message using the asynchronous sender
SendSync(IMessage)
Sends the message using the synchronous sender
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Sender.Ccm . . :: . . CcmSender

See Also