OutSystems Forge 日本語データベース

OverlyAttached

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-07-31 1.0.0 Armando Gomes All .NET Components, Libraries, Developer Tools
OverlyAttachedは、.msgファイル(Outlook)にある添付ファイルを取得するためのOutSystems拡張機能です。
この拡張機能は現在.NET用にのみ構築されていますが、RetrieveAttachmentsという単一のメソッドがあります。 構造体を受け取り、構造体を返します。 入力にはバイナリ(.msgファイル)とカンマで区切られた2つのリスト(例外と許可)を指定します。 例外:検索されるべきではない拡張子のコンマ区切りのリスト。 たとえば、「.txt、.ics、.gif」 Allowed:検索する必要がある拡張子のコンマ区切りのリスト。 たとえば、「.txt、.ics、.gif」 Exceptions要素よりも優先順位が高い - 同じ拡張がAllowedリストとExceptionsリストに含まれている場合、それが許可されます。

[Overview]
OverlyAttached is an OutSystems extension that allows you to retrieve the attachments present in your .msg file (Outlook).
[Detail]
This extension, currently built for .NET only, has one single method: RetrieveAttachments. It receives a structure and returns a structure. Cool, right? On the input, you'll specify the binary - the .msg file - and two comma-separated lists: exceptions and allowed. Exceptions: A comma-separated list of extensions that should not be retrieved. E.g., ".txt,.ics,.gif" Allowed: A comma-separated list of extensions that should be retrieved. E.g., ".txt,.ics,.gif". Has priority over Exceptions element - if the same extension is included in the Allowed and Exceptions list, it will be allowed.
戻る