BackgroundSendEmailResponse.HasAttachments Property
Applies To: Dynamics CRM 2015
Gets a value that indicates whether the email has attachments. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool[] HasAttachments { get; }
public:
property array<bool>^ HasAttachments {
array<bool>^ get();
}
member HasAttachments : bool[] with get
Public ReadOnly Property HasAttachments As Boolean()
Property Value
Type: System.Boolean[]
Type: Boolean
true if the email has attachments; otherwise, false.
See Also
BackgroundSendEmailResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright