public class UserMailbox extends Object
UserMailbox(Config config)
AccessibleMailboxesUserMailboxResp
accessibleMailboxes(AccessibleMailboxesUserMailboxReq req)
accessibleMailboxes(AccessibleMailboxesUserMailboxReq req, RequestOptions reqOptions)
DeleteUserMailboxResp
delete(DeleteUserMailboxReq req)
delete(DeleteUserMailboxReq req, RequestOptions reqOptions)
ProfileUserMailboxResp
profile(ProfileUserMailboxReq req)
profile(ProfileUserMailboxReq req, RequestOptions reqOptions)
SearchUserMailboxResp
search(SearchUserMailboxReq req)
search(SearchUserMailboxReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserMailbox(Config config)
public AccessibleMailboxesUserMailboxResp accessibleMailboxes(AccessibleMailboxesUserMailboxReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=accessible_mailboxes&project=mail&resource=user_mailbox&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/AccessibleMailboxesUserMailboxSample.java ;
Exception
public AccessibleMailboxesUserMailboxResp accessibleMailboxes(AccessibleMailboxesUserMailboxReq req) throws Exception
public DeleteUserMailboxResp delete(DeleteUserMailboxReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=mail&resource=user_mailbox&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/DeleteUserMailboxSample.java ;
public DeleteUserMailboxResp delete(DeleteUserMailboxReq req) throws Exception
public ProfileUserMailboxResp profile(ProfileUserMailboxReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=profile&project=mail&resource=user_mailbox&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/ProfileUserMailboxSample.java ;
public ProfileUserMailboxResp profile(ProfileUserMailboxReq req) throws Exception
public SearchUserMailboxResp search(SearchUserMailboxReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=mail&resource=user_mailbox&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/SearchUserMailboxSample.java ;
public SearchUserMailboxResp search(SearchUserMailboxReq req) throws Exception
Copyright © 2026. All rights reserved.