Windward Engine API Reference
fileAttachments Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SingleEmailMessage Class : fileAttachments Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute("fileAttachments")>
Public Property fileAttachments As EmailFileAttachment()
Visual Basic (Usage)Copy Code
Dim instance As SingleEmailMessage
Dim value() As EmailFileAttachment
 
instance.fileAttachments = value
 
value = instance.fileAttachments
C# 
[XmlElementAttribute("fileAttachments")]
public EmailFileAttachment[] fileAttachments {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute("fileAttachments")]
public: __property EmailFileAttachment*[]* get_fileAttachments();
public: __property void set_fileAttachments( 
   EmailFileAttachment*[]* value
);
C++/CLI 
[XmlElementAttribute("fileAttachments")]
public:
property array<EmailFileAttachment^>^ fileAttachments {
   array<EmailFileAttachment^>^ get();
   void set (    array<EmailFileAttachment^>^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.