Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content stream of the attachment.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ContentStream As Stream
Get
'Usage
Dim instance As SPEmailAttachment
Dim value As Stream
value = instance.ContentStream
public Stream ContentStream { get; }
Property Value
Type: System.IO.Stream
A read-only Stream object that represents the content stream.