SendEmailRequest.IssueSend Property
Applies To: Dynamics CRM 2015
Gets or sets whether to send the email, or to just record it as sent.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool IssueSend { get; set; }
public:
property bool IssueSend {
bool get();
void set(bool value);
}
member IssueSend : bool with get, set
Public Property IssueSend As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the email should be sent; otherwise, false, just record it as sent.
See Also
SendEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright