CheckIncomingEmailResponse.ShouldDeliver Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the message should be delivered to Dataverse.
public:
property bool ShouldDeliver { bool get(); };
public bool ShouldDeliver { get; }
member this.ShouldDeliver : bool
Public ReadOnly Property ShouldDeliver As Boolean
Property Value
true
if the message should be delivered to
Dataverse; otherwise, false
.