API Reference
| Classic JavaDoc |
OutlookFolder.OutlookFolder
public OutlookFolder(com.moyosoft.connector.com.Dispatch dispatch)
public OutlookFolder(OutlookFolder parentFolder, String newFolderName)
public OutlookFolder(OutlookFolder parentFolder, String newFolderName, FolderType folderType)
public OutlookFolder(OutlookFolder parentFolder, String newFolderName)
Creates a new folder with the specified nameParameters:
Throws:
parentFolder | the parent folder where the new folder will be created |
newFolderName | new folder's name |
ComponentObjectModelException | if a COM error occurs. |
public OutlookFolder(OutlookFolder parentFolder, String newFolderName, FolderType folderType)
Creates a new folder with the specified name and typeParameters:
Throws:
parentFolder | the parent folder where the new folder will be created |
newFolderName | new folder's name |
folderType | new folder's type |
ComponentObjectModelException | if a COM error occurs. |
Community comments
Powered by JavaDocPlus