EmailSubmitConnection.AttachmentFileName Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um XPathTypedValue objeto que avalia o nome do arquivo a ser usado para o formulário atual quando o formulário é anexado a uma mensagem de email enviada com um EmailSubmitConnection objeto.
public:
abstract property Microsoft::Office::InfoPath::XPathTypedValue ^ AttachmentFileName { Microsoft::Office::InfoPath::XPathTypedValue ^ get(); };
public abstract Microsoft.Office.InfoPath.XPathTypedValue AttachmentFileName { get; }
member this.AttachmentFileName : Microsoft.Office.InfoPath.XPathTypedValue
Public MustOverride ReadOnly Property AttachmentFileName As XPathTypedValue
Valor da propriedade
Um XPathTypedValue objeto que avalia o nome do nome do arquivo de formulário a ser enviado.
Comentários
A extensão de nome do arquivo ".xml" será anexada à cadeia de caracteres se ela ainda não estiver incluída.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.