Uses of Class
org.frankframework.filesystem.exchange.MailFolder
Packages that use MailFolder
-
Uses of MailFolder in org.frankframework.filesystem
Methods in org.frankframework.filesystem that return types with arguments of type MailFolderModifier and TypeMethodDescriptionMsalClientAdapter.GraphClient.getMailFolders
(String email) MsalClientAdapter.GraphClient.getMailFolders
(MailFolder folder) Methods in org.frankframework.filesystem with parameters of type MailFolderModifier and TypeMethodDescriptionMsalClientAdapter.GraphClient.copyMailMessage
(MailMessage file, MailFolder destinationFolder) void
MsalClientAdapter.GraphClient.createMailFolder
(MailFolder mailFolder, String folderName) void
MsalClientAdapter.GraphClient.deleteMailFolder
(MailFolder folderToDelete) MsalClientAdapter.GraphClient.getMailFolders
(MailFolder folder) MsalClientAdapter.GraphClient.getMailMessages
(MailFolder folder) MsalClientAdapter.GraphClient.getMailMessages
(MailFolder folder, int limit) MsalClientAdapter.GraphClient.moveMailMessage
(MailMessage file, MailFolder destinationFolder) -
Uses of MailFolder in org.frankframework.filesystem.exchange
Methods in org.frankframework.filesystem.exchange that return types with arguments of type MailFolderModifier and TypeMethodDescriptionstatic List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, String email, int limit) static List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder) static List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder, int limit) Methods in org.frankframework.filesystem.exchange with parameters of type MailFolderModifier and TypeMethodDescriptionstatic MailMessage
MailMessageResponse.copy
(MsalClientAdapter.GraphClient client, MailMessage filePointer, MailFolder destinationFolder) static void
MailFolderResponse.create
(MsalClientAdapter.GraphClient client, MailFolder folder, String folderName) static void
MailFolderResponse.delete
(MsalClientAdapter.GraphClient client, MailFolder folder) static List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder) static List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder, int limit) static List
<MailMessage> MailMessageResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder, int limit) static MailMessage
MailMessageResponse.move
(MsalClientAdapter.GraphClient client, MailMessage filePointer, MailFolder destinationFolder) void
MailMessage.setMailFolder
(MailFolder mailFolder) Also sets the baseUrl for this message to the url of the `folder` that's provided.Constructors in org.frankframework.filesystem.exchange with parameters of type MailFolder