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

If true, and the message supports this, asynchronous post-send task will be run

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
PostSendActionsEnabled { 
get; 
set; }
Public 
Property 
PostSendActionsEnabled 
As 
Boolean
	
Get
	
Set
public:
virtual 
property 
bool 
PostSendActionsEnabled {
	
bool 
get () 
sealed;
	
void 
set (
bool 
value) 
sealed;
}

Implements

IMessageSettings . . :: . . PostSendActionsEnabled

See Also