| 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