PowerTCP Mail for .NET
Boundary Property




Gets or sets the MIME boundary string.
Syntax
Public Property Boundary As String
Dim instance As ContentType
Dim value As String
 
instance.Boundary = value
 
value = instance.Boundary
public string Boundary {get; set;}
public: __property string* get_Boundary();
public: __property void set_Boundary( 
   string* value
);
public:
property String^ Boundary {
   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