PowerTCP Mail for .NET
Name Property (ContentType)




Get or set the decoded Name. Supports non-UTF8 encodings. When set, Part.EncodingMap["default"] is used for encoding.
Syntax
Public Property Name As String
Dim instance As ContentType
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ContentType Class
ContentType Members


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