OleDocumentFormat Constructor |
Initializes a new instance of the OleDocumentFormat class.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic OleDocumentFormat(
Guid guid
)
Public Sub New (
guid As Guid
)
public:
OleDocumentFormat(
Guid guid
)
new :
guid : Guid -> OleDocumentFormat
Parameters
- guid
- Type: SystemGuid
The guid of the ole document.
See Also