PowerTCP Mail for .NET
MessageStream Class Properties
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : MessageStream Class


"

For a list of all members of this type, see MessageStream members.

"

Public Properties

 NameDescription
public PropertyAttachments Gets a collection containing all recursive attachments contained within the message  
public PropertyBCC Gets a MailAddresses collection of blind carbon copy recipients.  
public PropertyCanReadOverridden.  Gets a value indicating whether the current Stream supports reading.  
public PropertyCanSeekOverridden.  Gets a value indicating whether the current Stream supports seeking.  
public PropertyCanTimeout (Inherited from System.IO.Stream)
public PropertyCanWriteOverridden.  Gets a value indicating whether the current Stream supports writing.  
public PropertyCC Gets a MailAddresses collection of carbon copy recipients.  
public PropertyCharset Gets and sets the character set used for string/byte array conversions.  
public PropertyContentType Gets or sets the "Content-Type" header of the message or part.  
public PropertyDate Sets the "DATE:" header field in the message.  
public PropertyEncodingError Returns true if the message contains a MessagePartStream where MessagePartStream.EncodingError is true or MessageStream.Header.EncodingError is true.  
public PropertyFrom Gets or sets the MailAddress object which specifies who the email is from.  
public PropertyFullContentType Gets the full "Content-Type" header line from the message or part.  
public PropertyHeader Gets or sets a MailHeader collection representing the mail header lines of the message. Inherits from ArrayList.  
public PropertyIsSmimeGets a flag indicating if this message has been encoded with S/MIME.  
public PropertyLengthOverridden.  Gets the length in bytes of the stream.  
public PropertyMailer Sets the "X-MAILER:" header field in the message.  
public PropertyMimeBoundary Gets or sets the boundary between MIME parts.  
public PropertyNonMime Gets a NonMime class representing non-MIME message parts.  
public PropertyParts Gets a Parts class representing MIME parts in the message.  
public PropertyPositionOverridden.  Gets or sets the current position of this stream.  
public PropertyPriorityGets or sets the Priority of the message.  
public PropertyReadTimeout (Inherited from System.IO.Stream)
public PropertyReplyToGets or sets the Reply-To header field in the message.  
public PropertyReturnPathGets the value of the message’s Return-Path header field.  
public PropertyReturnReceiptTo MailAddress value representing the email address of the person to whom a message should be sent when this message is read.  
public PropertySubject Sets the "SUBJECT:" header field in the message.  
public PropertyText Gets or sets the text for the message.  
public PropertyTo Gets a MailAddresses collection of normal recipients.  
public PropertyType Gets or sets the "Content-Type" header of the message or part.  
public PropertyUtf8Encoded Indicates whether UTF-8 encoding is employed in the message.  
public PropertyWriteTimeout (Inherited from System.IO.Stream)
Top

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.