PowerTCP Mail for .NET
Open(String) Method




The encoded part or mail message.
Decodes the content of the provided file and populates the Part.
Syntax
Public Overloads Sub Open( _
   ByVal filePath As String _
) 
Dim instance As MailMessage
Dim filePath As String
 
instance.Open(filePath)
public void Open( 
   string filePath
)
public: void Open( 
   string* filePath
) 
public:
void Open( 
   String^ filePath
) 

Parameters

filePath
The encoded part or mail message.
Remarks
An encoded message is typically provided by the Pop or Imap control, or it may have been previously saved to storage as a .eml file. This method is placed at the Part level to support the decoding of any message part. The caller is responsible for opening and closing encodedStream.
See Also

Reference

MailMessage Class
MailMessage Members
Overload List


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