Click or drag to resize

MimeCalendarLoadFromFile Method

Uploads data from specified file into this MimeCalendar entity. This method always resets FileName and ContentTypeMethod properties.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public override void LoadFromFile(
	string path
)

Parameters

path
Type: SystemString
The file to read data from.
See Also