CcmSender Class

 

Represents a 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)

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

[SerializableAttribute]
[MessageSenderSettingsAttribute(BypassTransportValidation = true)]
public ref class CcmSender sealed : IMessageSender

NameDescription
System_CAPS_pubmethodCcmSender()

Initializes a new instance of the CcmSender class.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticDeleteTemporary

Gets or sets a value that indicates whether temporary files, such as attachments, will be cleaned out. The default value is true.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSendAsync(IMessage^)

Sends a message by using the asynchronous sender.

System_CAPS_pubmethodSendSync(IMessage^)

Sends a message by using the synchronous sender.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventOnReceived

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 does not fire this event.

System_CAPS_pubeventOnSend

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: