EmailEmailfromRfc822 Method Ipswitch.Messaging.Framework
Returns an Email object from the RFC822 Message contained in the given stream. Ensure that all code path's dispose of the returned Email.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public static Email EmailfromRfc822(
	string rfc822Message,
	User user,
	bool enableMailboxDebugLog = false
)

Parameters

rfc822Message
Type: SystemString
Stream containing a RFC822 Message
user
Type: Ipswitch.Messaging.FrameworkUser
User that owns the message.
enableMailboxDebugLog (Optional)
Type: SystemBoolean

[Missing <param name="enableMailboxDebugLog"/> documentation for "M:Ipswitch.Messaging.Framework.Mail.Email.EmailfromRfc822(System.String,Ipswitch.Messaging.Framework.User,System.Boolean)"]

Return Value

Type: Email
Email object that represents the RFC822 message
See Also

Reference