PowerTCP Mail for .NET
MessageStream Class Methods
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 Methods

 NameDescription
public MethodBeginRead (Inherited from System.IO.Stream)
public MethodBeginWrite (Inherited from System.IO.Stream)
public MethodClone Creates a shallow copy of the MessageStream.  
public MethodCloseOverridden.  Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.  
public Methodstatic (Shared in Visual Basic)CopyStream Copies the contents of one Stream to another.  
public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
public MethodDispose Releases all resources associated with the object.  
public MethodEndRead (Inherited from System.IO.Stream)
public MethodEndWrite (Inherited from System.IO.Stream)
public MethodFlushOverridden.  Updates the underlying repository with the current state of the buffer and then clears the buffer.  
public MethodForwardOverloaded.  Returns a MessageStream object formatted for a forwarded message.  
public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodReadOverloaded. Overridden.  Reads data from the Stream and copies it into the provided buffer.  
public MethodReadByte (Inherited from System.IO.Stream)
public MethodReplyOverloaded.  Returns a MessageStream object formatted for a reply message.  
public MethodSeekOverridden.  Sets the position within the current Stream to the specified value. Always throws a NotSupportedException.  
public MethodSetLengthOverridden.  Sets the length of the current Stream to the specified value. Always throws a NotSupportedException.  
public MethodStoreOverloaded.  Stores the encoded MessageStream to the provided Stream.  
public MethodToArray Returns a byte array representation of the encoded message.  
public MethodToMimeOverloaded. Returns a verified and/or decrypted message.  
public MethodToSmimeOverloaded. Returns a MessageStream that was signed with a Detached Signature message using the sender's certificate obtained from the system certificate store.  
public MethodToString Returns a string representation of the encoded message.  
public MethodWriteOverloaded. Overridden.  Writes a sequence of bytes to the Stream and returns when the operation is complete.  
public MethodWriteByte (Inherited from System.IO.Stream)
Top

Protected Methods

 NameDescription
protected MethodCreateWaitHandle (Inherited from System.IO.Stream)
protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Top

See Also

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