PowerTCP Mail for .NET
ContentDisposition Constructor(String)




The "Content-Disposition" body, which should be ASCII encoded.
Initialization constructor.
Syntax
Public Function New( _
   ByVal body As String _
)
Dim body As String
 
Dim instance As New ContentDisposition(body)
public ContentDisposition( 
   string body
)
public: ContentDisposition( 
   string* body
)
public:
ContentDisposition( 
   String^ body
)

Parameters

body
The "Content-Disposition" body, which should be ASCII encoded.
See Also

Reference

ContentDisposition Class
ContentDisposition Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic