EmailSignatureEntries.Add(String, Range) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an EmailSignatureEntry object that represents a new e-mail signature entry.
public:
Microsoft::Office::Interop::Word::EmailSignatureEntry ^ Add(System::String ^ Name, Microsoft::Office::Interop::Word::Range ^ Range);
public Microsoft.Office.Interop.Word.EmailSignatureEntry Add (string Name, Microsoft.Office.Interop.Word.Range Range);
abstract member Add : string * Microsoft.Office.Interop.Word.Range -> Microsoft.Office.Interop.Word.EmailSignatureEntry
Public Function Add (Name As String, Range As Range) As EmailSignatureEntry
Parameters
- Name
- String
Required String. The name of the e-mail entry.
- Range
- Range
Required Range object. The range in the document that will be added as the signature.
Returns
Remarks
An e-mail signature is standard text that ends an e-mail message, such as your name and telephone number. Use the EmailSignatureEntries property to create and manage a collection of e-mail signatures that Microsoft Word will use when creating e-mail messages.