SpoolFileCollection ClassIpswitch.Messaging.Framework

[Missing <summary> documentation for "T:IMailAPI_NET.SpoolFileCollection"]

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    IMailAPI_NETSpoolFileCollection

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public class SpoolFileCollection : MarshalByRefObject, 
	IEnumerable<SpoolFile>, IEnumerable

The SpoolFileCollection type exposes the following members.

Constructors

  NameDescription
Public methodSpoolFileCollection
Initializes a new instance of the SpoolFileCollection class
Public methodSpoolFileCollection(Int32)
Creates a SpoolFileCollection object loading upto the number of spool files specified.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDelete
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetSpoolFile
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodLoad
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyMaxFiles
Get / Set the maximum number of files in the collection
Public propertyOverFlow
Set to true when the number of files in the spool is larger than than the MaxFiles setting.
Public propertySpoolArray
Public propertyTotalSpoolFiles
Returns the total number of message files in the spool
Top
See Also

Reference