_PostItem.Attachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Attachments object that represents all the attachments for the specified item. Read-only.
public:
property Microsoft::Office::Interop::Outlook::Attachments ^ Attachments { Microsoft::Office::Interop::Outlook::Attachments ^ get(); };
public Microsoft.Office.Interop.Outlook.Attachments Attachments { get; }
Public ReadOnly Property Attachments As Attachments