{"id":3930,"date":"2024-01-25T08:45:11","date_gmt":"2024-01-25T00:45:11","guid":{"rendered":"http:\/\/www.ponybai.com\/?p=3930"},"modified":"2023-12-03T09:16:27","modified_gmt":"2023-12-03T01:16:27","slug":"%e4%b8%ba-outlook-%e5%92%8c-gmail-%e9%9b%86%e6%88%90%e5%88%9b%e5%bb%ba%e7%bb%84%e4%bb%b6","status":"publish","type":"post","link":"http:\/\/www.ponybai.com\/?p=3930","title":{"rendered":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6"},"content":{"rendered":"\n<p>\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002<\/p>\n\n\n\n<p>\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002<code>lightning__Inbox<\/code><code>&lt;isExposed&gt;<\/code><code>true<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;LightningComponentBundle xmlns=\"http:\/\/soap.sforce.com\/2006\/04\/metadata\"&gt;\n    &lt;isExposed&gt;true&lt;\/isExposed&gt;\n    &lt;apiVersion&gt;46.0&lt;\/apiVersion&gt;\n    &lt;targets&gt;\n        &lt;target&gt;lightning__Inbox&lt;\/target&gt;\n    &lt;\/targets&gt;\n    &lt;description&gt;Sample Email Application Pane&lt;\/description&gt;\n&lt;\/LightningComponentBundle&gt;<\/code><\/pre>\n\n\n\n<p>\u76ee\u6807\u5c06\u5c5e\u6027\u6dfb\u52a0\u5230\u7ec4\u4ef6\u4e2d\u3002\u5728\u7ec4\u4ef6\u7684 JavaScript \u6587\u4ef6\u4e2d\u58f0\u660e\u5c5e\u6027\u3002\u6b64\u793a\u4f8b\u58f0\u660e\u5b83\u5728\u6a21\u677f\u4e2d\u4f7f\u7528\u7684\u4e09\u4e2a\u5c5e\u6027\u3002<code>lightning__Inbox<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ sampleEmailAppPane.js\n\nimport { LightningElement, api } from \"lwc\";\n\nexport default class SampleEmailAppPane extends LightningElement {\n  @api messageBody;\n  @api subject;\n  @api people;\n}<\/code><\/pre>\n\n\n\n<p>\u8bbf\u95ee\u7ec4\u4ef6\u6a21\u677f\u4e2d\u7684\u5c5e\u6027\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!-- sampleEmailAppPane.html --&gt;\n\n&lt;template&gt;\n  &lt;div&gt;Sample Email Application Pane&lt;\/div&gt;\n\n  &lt;template for:each={people.from} for:item=\"from\"&gt;\n    &lt;div key={from.email}&gt;{from.email}&lt;\/div&gt;\n  &lt;\/template&gt;\n\n  &lt;template for:each={people.to} for:item=\"to\"&gt;\n    &lt;div key={to.email}&gt;{to.email}&lt;\/div&gt;\n  &lt;\/template&gt;\n\n  &lt;div&gt;{subject}&lt;\/div&gt;\n\n  &lt;div&gt;{messageBody}&lt;\/div&gt;\n&lt;\/template&gt;<\/code><\/pre>\n\n\n\n<p>\u6ce8\u610f<\/p>\n\n\n\n<p>\u901a\u5e38\uff0c\u8981\u5141\u8bb8\u7528\u6237\u5728 Lightning App Builder \u4e2d\u8bbe\u7f6e\u7ec4\u4ef6\u7684\u5c5e\u6027\uff0c\u60a8\u5fc5\u987b\u5c06\u8be5\u5c5e\u6027\u6dfb\u52a0\u5230\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\u3002\u4f46\u662f\uff0c\u9664\u975e\u8981\u8bbe\u7f6e\u5176\u9ed8\u8ba4\u503c\uff0c\u5426\u5219\u65e0\u9700\u5411\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u6dfb\u52a0\u5c5e\u6027\u3002<code>lightning__Inbox<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u65e5\u671f<\/h2>\n\n\n\n<p>\u6570\u636e\u7c7b\u578b\uff1a\u5bf9\u8c61<\/p>\n\n\n\n<p>\u4e8b\u4ef6\u7684\u65e5\u671f\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dates: {\n  start: 'value',\n  end: 'value'\n}<\/code><\/pre>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a<code>event<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u7535\u5b50\u90ae\u4ef6<\/h2>\n\n\n\n<p>\u6570\u636e\u7c7b\u578b\uff1a\u6570\u7ec4<\/p>\n\n\n\n<p>\u7b80\u5355\u6570\u7ec4\u4e2d\u6536\u4ef6\u4eba\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002\u5982\u679c\u60a8\u4e0d\u5173\u5fc3\u5730\u5740\u662f\u5728\u201c\u6536\u4ef6\u4eba\u201d\u3001\u201c\u53d1\u4ef6\u4eba\u201d\u6216\u201c\u6284\u9001\u201d\u5b57\u6bb5\u4e2d\uff0c\u6216\u8005\u4e0d\u5173\u5fc3\u6536\u4ef6\u4eba\u662f\u54ea\u79cd\u7c7b\u578b\u7684\u4e0e\u4f1a\u8005\uff0c\u8bf7\u4f7f\u7528\u6b64\u5c5e\u6027\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;\"abc@salesforce.com\", \"def@salesforce.com\"];<\/code><\/pre>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a \uff0c<code>email<\/code><code>event<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4f4d\u7f6e<\/h2>\n\n\n\n<p>\u6570\u636e\u7c7b\u578b\uff1a\u5b57\u7b26\u4e32<\/p>\n\n\n\n<p>\u4e8b\u4ef6\u7684\u4f4d\u7f6e\u3002<\/p>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a<code>event<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">messageBody\uff08\u6d88\u606f\u6b63\u6587\uff09<\/h2>\n\n\n\n<p>\u6570\u636e\u7c7b\u578b\uff1a\u5b57\u7b26\u4e32<\/p>\n\n\n\n<p>\u7eaf\u6587\u672c\u7535\u5b50\u90ae\u4ef6\u7684\u90ae\u4ef6\u6b63\u6587\u3002\u4e0d\u4fdd\u7559 HTML \u683c\u5f0f\u3002<\/p>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a \uff0c<code>email<\/code><code>event<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u6a21\u5f0f<\/h2>\n\n\n\n<p>\u6570\u636e\u7c7b\u578b\uff1a\u5b57\u7b26\u4e32<\/p>\n\n\n\n<p>\u8bbf\u95ee\u6a21\u5f0f\u3002\u53ef\u80fd\u7684\u503c\uff1a\u3001<code>'view'<\/code><code>'edit'<\/code><\/p>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a \uff0c<code>email<\/code><code>event<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4eba<\/h2>\n\n\n\n<p>\u6570\u636e\u7c7b\u578b\uff1a\u5bf9\u8c61<\/p>\n\n\n\n<p>\u5f53\u524d\u7535\u5b50\u90ae\u4ef6\u6216\u4e8b\u4ef6\u4e2d\u6536\u4ef6\u4eba\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002\u4eba\u5458\u5c5e\u6027\u7684\u5f62\u72b6\u4f1a\u6839\u636e\u6e90\u5c5e\u6027\u7684\u503c\u800c\u53d8\u5316\u3002\u5f53\u8be5\u5c5e\u6027\u8bbe\u7f6e\u4e3a \u65f6\uff0c\u5bf9\u8c61\u5c06\u5305\u542b\u8fd9\u4e9b\u5143\u7d20\u3002<code>source<\/code><code>email<\/code><code>people<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  to: &#91;\n    {\n      name: 'name',\n      email: 'email'\n    }\n  ],\n  cc: &#91;\n    {\n      name: 'name',\n      email: 'email'\n    }\n  ],\n  from: &#91;\n    {\n      name: 'senderName',\n      email: 'senderEmail'\n    }\n  ]\n}<\/code><\/pre>\n\n\n\n<p>\u5f53\u8be5\u5c5e\u6027\u8bbe\u7f6e\u4e3a \u65f6\uff0c\u5bf9\u8c61\u5c06\u5305\u542b\u8fd9\u4e9b\u5143\u7d20\u3002<code>source<\/code><code>event<\/code><code>people<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  requiredAttendees: &#91;\n    {\n      name: 'attendeeName',\n      email: 'email'\n    }\n  ],\n  optionalAttendees: &#91;\n    {\n      name: 'optAttendeeName',\n      email: 'email'\n    }\n  ],\n  organizer: &#91;\n    {\n      name: 'organizerName',\n      email: 'senderEmail'\n    }\n  ]\n}<\/code><\/pre>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a \uff0c<code>email<\/code><code>event<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u6e90<\/h2>\n\n\n\n<p>\u6570\u636e\u7c7b\u578b\uff1a\u5b57\u7b26\u4e32<\/p>\n\n\n\n<p>\u53ef\u80fd\u7684\u503c\uff1a\u3001<code>'email'<\/code><code>'event'<\/code><\/p>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a \uff0c<code>email<\/code><code>event<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e3b\u9898<\/h2>\n\n\n\n<p>\u5bf9\u8c61\u7c7b\u578b\uff1a\u5b57\u7b26\u4e32<\/p>\n\n\n\n<p>\u7535\u5b50\u90ae\u4ef6\u7684\u4e3b\u9898\u3002<\/p>\n\n\n\n<p>\u652f\u6301\u7684\u6765\u6e90\uff1a \uff0c<code>email<\/code><code>event<\/code><\/p>\n\n\n\n<p>\u6ce8\u610f<\/p>\n\n\n\n<p>\u82e5\u8981\u786e\u4fdd\u81ea\u5b9a\u4e49\u7ec4\u4ef6\u5728\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u6b63\u786e\u663e\u793a\uff0c\u8bf7\u4f7f\u5176\u80fd\u591f\u8c03\u6574\u4e3a\u53ef\u53d8\u5bbd\u5ea6\u3002\u8bf7\u53c2\u9605\u4f7f\u7ec4\u4ef6\u5177\u6709\u5bbd\u5ea6\u611f\u77e5\u80fd\u529b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6<br \/>\n\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002<\/p>\n<p>\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002lightning__Inbox<isExposed>true<\/p>\n","protected":false},"author":1,"featured_media":3946,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[233],"tags":[260],"class_list":["post-3930","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-lightning-web-","tag--outlook--gmail-"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6 - \u767d\u767d\u968f\u7b14<\/title>\n<meta name=\"description\" content=\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002lightning__Inboxtrue\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.ponybai.com\/?p=3930\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6 - \u767d\u767d\u968f\u7b14\" \/>\n<meta property=\"og:description\" content=\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002lightning__Inboxtrue\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.ponybai.com\/?p=3930\" \/>\n<meta property=\"og:site_name\" content=\"\u767d\u767d\u968f\u7b14\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-25T00:45:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-03T01:16:27+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.ponybai.com\/wp-content\/uploads\/2023\/12\/gmail.png\" \/>\n\t<meta property=\"og:image:width\" content=\"868\" \/>\n\t<meta property=\"og:image:height\" content=\"262\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ponybai\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"ponybai\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/www.ponybai.com\/?p=3930#article\",\"isPartOf\":{\"@id\":\"http:\/\/www.ponybai.com\/?p=3930\"},\"author\":{\"name\":\"ponybai\",\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\"},\"headline\":\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\",\"datePublished\":\"2024-01-25T00:45:11+00:00\",\"dateModified\":\"2023-12-03T01:16:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/www.ponybai.com\/?p=3930\"},\"wordCount\":15,\"publisher\":{\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\"},\"keywords\":[\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\"],\"articleSection\":[\"Lightning Web \u7ec4\u4ef6\u5f00\u53d1\u4eba\u5458\u6307\u5357\"],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.ponybai.com\/?p=3930\",\"url\":\"http:\/\/www.ponybai.com\/?p=3930\",\"name\":\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6 - \u767d\u767d\u968f\u7b14\",\"isPartOf\":{\"@id\":\"http:\/\/www.ponybai.com\/#website\"},\"datePublished\":\"2024-01-25T00:45:11+00:00\",\"dateModified\":\"2023-12-03T01:16:27+00:00\",\"description\":\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002lightning__Inboxtrue\",\"breadcrumb\":{\"@id\":\"http:\/\/www.ponybai.com\/?p=3930#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.ponybai.com\/?p=3930\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.ponybai.com\/?p=3930#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"http:\/\/www.ponybai.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.ponybai.com\/#website\",\"url\":\"http:\/\/www.ponybai.com\/\",\"name\":\"\u767d\u767d\u968f\u7b14\",\"description\":\"Salesforce\u5b98\u65b9\u8bb2\u5e08\",\"publisher\":{\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.ponybai.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\",\"name\":\"ponybai\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg\",\"contentUrl\":\"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg\",\"width\":248,\"height\":248,\"caption\":\"ponybai\"},\"logo\":{\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/121.37.188.161\"],\"url\":\"http:\/\/www.ponybai.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6 - \u767d\u767d\u968f\u7b14","description":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002lightning__Inboxtrue","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/www.ponybai.com\/?p=3930","og_locale":"zh_CN","og_type":"article","og_title":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6 - \u767d\u767d\u968f\u7b14","og_description":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002lightning__Inboxtrue","og_url":"http:\/\/www.ponybai.com\/?p=3930","og_site_name":"\u767d\u767d\u968f\u7b14","article_published_time":"2024-01-25T00:45:11+00:00","article_modified_time":"2023-12-03T01:16:27+00:00","og_image":[{"width":868,"height":262,"url":"http:\/\/www.ponybai.com\/wp-content\/uploads\/2023\/12\/gmail.png","type":"image\/png"}],"author":"ponybai","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"ponybai","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/www.ponybai.com\/?p=3930#article","isPartOf":{"@id":"http:\/\/www.ponybai.com\/?p=3930"},"author":{"name":"ponybai","@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883"},"headline":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6","datePublished":"2024-01-25T00:45:11+00:00","dateModified":"2023-12-03T01:16:27+00:00","mainEntityOfPage":{"@id":"http:\/\/www.ponybai.com\/?p=3930"},"wordCount":15,"publisher":{"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883"},"keywords":["\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6"],"articleSection":["Lightning Web \u7ec4\u4ef6\u5f00\u53d1\u4eba\u5458\u6307\u5357"],"inLanguage":"zh-Hans"},{"@type":"WebPage","@id":"http:\/\/www.ponybai.com\/?p=3930","url":"http:\/\/www.ponybai.com\/?p=3930","name":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6 - \u767d\u767d\u968f\u7b14","isPartOf":{"@id":"http:\/\/www.ponybai.com\/#website"},"datePublished":"2024-01-25T00:45:11+00:00","dateModified":"2023-12-03T01:16:27+00:00","description":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6\u521b\u5efa Lightning App Builder \u4e2d\u63d0\u4f9b\u7684\u81ea\u5b9a\u4e49 Lightning Web \u7ec4\u4ef6\uff0c\u4ee5\u6dfb\u52a0\u5230 Outlook \u548c Gmail \u96c6\u6210\u7684\u7535\u5b50\u90ae\u4ef6\u5e94\u7528\u7a0b\u5e8f\u7a97\u683c\u4e2d\u3002\u5728\u7ec4\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c\u6dfb\u52a0\u76ee\u6807\u5e76\u8bbe\u7f6e\u4e3a \u3002lightning__Inboxtrue","breadcrumb":{"@id":"http:\/\/www.ponybai.com\/?p=3930#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.ponybai.com\/?p=3930"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/www.ponybai.com\/?p=3930#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"http:\/\/www.ponybai.com\/"},{"@type":"ListItem","position":2,"name":"\u4e3a Outlook \u548c Gmail \u96c6\u6210\u521b\u5efa\u7ec4\u4ef6"}]},{"@type":"WebSite","@id":"http:\/\/www.ponybai.com\/#website","url":"http:\/\/www.ponybai.com\/","name":"\u767d\u767d\u968f\u7b14","description":"Salesforce\u5b98\u65b9\u8bb2\u5e08","publisher":{"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.ponybai.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883","name":"ponybai","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/","url":"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg","contentUrl":"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg","width":248,"height":248,"caption":"ponybai"},"logo":{"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/121.37.188.161"],"url":"http:\/\/www.ponybai.com\/?author=1"}]}},"_links":{"self":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts\/3930","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3930"}],"version-history":[{"count":1,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts\/3930\/revisions"}],"predecessor-version":[{"id":3947,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts\/3930\/revisions\/3947"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/media\/3946"}],"wp:attachment":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3930"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3930"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}