AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Gestión de correos electrónicos
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol). This folder is found in the "Personal folders" branch.
Ejemplo
// IMAP protocol
MySession is emailIMAPSession
...
// Create a folder in the current folder
MySession.AddFolder(MySession.CurrentFolder() + "\Work")
 
// Create a folder in the custom folder
MySession.AddFolder("Personal folders\Inbox\MyOwnWork")
Sintaxis
<Result> = <Session>.CurrentFolder()
<Result>: Cadena de caracteres
  • Name of current folder,
  • Empty string ("") if an error occurred. If an error occurs, the ErrorOccurred variable is set to True. To get more details on the error, use ErrorInfo with the errMessage constant.
<Session>: Variable de tipo emailIMAPSession
Name of the variable of type emailIMAPSession that corresponds to the current email session.
Componente: wd300com.dll
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local