IPostDataElement Methods | 
The IPostDataElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  (Inherited from IDisposable.) | |
| SetToEmpty | 
            Remove all contents from the post data element.
              | |
| UnWrap | 
            Used internally to get the underlying IPostDataElement instance.
            Unlikely you'll use this yourself.
              | 
| Name | Description | |
|---|---|---|
| GetBody | 
            Converts the Bytes property into a string
            using the specified charset (Encoding) or if unable to parse then uses
            the Default  (Defined by PostDataExtensions.) |