SendFaxRequest.IssueSend Property
Applies To: Dynamics CRM 2015
Gets or sets whether to send the e-mail, 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
Indicates whether to send the e-mail, or to just record it as sent.
true, to send the e-mail, otherwise, false.
See Also
SendFaxRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright